Class: AwsIamRole::Backend::AwsClientApi
- Inherits:
-
AwsBackendBase
- Object
- AwsBackendBase
- AwsIamRole::Backend::AwsClientApi
- Defined in:
- lib/resources/aws/aws_iam_role.rb
Instance Attribute Summary
Attributes inherited from AwsBackendBase
Instance Method Summary collapse
Methods inherited from AwsBackendBase
#aws_service_client, #initialize
Constructor Details
This class inherits a constructor from AwsBackendBase
Instance Method Details
#get_role(query) ⇒ Object
50 51 52 |
# File 'lib/resources/aws/aws_iam_role.rb', line 50 def get_role(query) aws_service_client.get_role(query) end |