Class: Stax::Aws::Iam

Inherits:
Sdk
  • Object
show all
Defined in:
lib/stax/aws/iam.rb

Constant Summary

Constants inherited from Sdk

Sdk::RETRY_LIMIT

Class Method Summary collapse

Methods inherited from Sdk

paginate

Class Method Details

.aliasesObject



13
14
15
# File 'lib/stax/aws/iam.rb', line 13

def aliases
  client..
end

.clientObject



9
10
11
# File 'lib/stax/aws/iam.rb', line 9

def client
  @_client ||= ::Aws::IAM::Client.new
end