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

10 lines
114 B
Ruby
Raw Normal View History

2011-03-18 01:44:28 -04:00
class AWS
module SNS
module Formats
BASIC = {
'RequestId' => String
}
end
end
end