Class: ZAWS::IAM
- Inherits:
-
Object
- Object
- ZAWS::IAM
- Defined in:
- lib/zaws/services/iam.rb
Instance Method Summary collapse
-
#initialize(shellout, aws) ⇒ IAM
constructor
A new instance of IAM.
- #policy ⇒ Object
- #role ⇒ Object
Constructor Details
#initialize(shellout, aws) ⇒ IAM
Returns a new instance of IAM.
8 9 10 11 |
# File 'lib/zaws/services/iam.rb', line 8 def initialize(shellout,aws) @shellout=shellout @aws=aws end |