Class: Swa::IAM::User

Inherits:
Resource show all
Defined in:
lib/swa/iam/user.rb

Instance Attribute Summary

Attributes inherited from Resource

#aws_resource

Instance Method Summary collapse

Methods inherited from Resource

#data, delegate, #initialize, list

Constructor Details

This class inherits a constructor from Swa::Resource

Instance Method Details

#idObject



8
9
10
# File 'lib/swa/iam/user.rb', line 8

def id
  user.user_id
end

#summaryObject



12
13
14
# File 'lib/swa/iam/user.rb', line 12

def summary
  user.name
end