1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws/requests/sns/helper.rb
2011-07-19 15:26:39 -05:00

9 lines
114 B
Ruby

class AWS
module SNS
module Formats
BASIC = {
'RequestId' => String
}
end
end
end