Class: Swa::IAM::Group

Inherits:
Resource show all
Defined in:
lib/swa/iam/group.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/group.rb', line 8

def id
  group.group_id
end

#nameObject



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

def name
  group.group_name
end

#summaryObject



18
19
20
# File 'lib/swa/iam/group.rb', line 18

def summary
  arn
end