Method: AwsIamGroups::Backend::AwsClientApi#list_groups
- Defined in:
- lib/resources/aws/aws_iam_groups.rb
#list_groups(query = {}) ⇒ Object
51 52 53 |
# File 'lib/resources/aws/aws_iam_groups.rb', line 51 def list_groups(query = {}) aws_service_client.list_groups(query) end |