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/iam/helper.rb

16 lines
120 B
Ruby
Raw Normal View History

2011-01-03 21:56:02 -05:00
class AWS
module IAM
module Formats
BASIC = {
'RequestId' => String
}
end
end
end