Class: AwsIamGroup::Backend::AwsClientApi
- Inherits:
-
AwsBackendBase
- Object
- AwsBackendBase
- AwsIamGroup::Backend::AwsClientApi
- Defined in:
- lib/resources/aws/aws_iam_group.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_group(query) ⇒ Object
53 54 55 |
# File 'lib/resources/aws/aws_iam_group.rb', line 53 def get_group(query) aws_service_client.get_group(query) end |