class Swa::IAM::Group

Public Instance Methods

id() click to toggle source
# File lib/swa/iam/group.rb, line 8
def id
  group.group_id
end
name() click to toggle source
# File lib/swa/iam/group.rb, line 12
def name
  group.group_name
end
summary() click to toggle source
# File lib/swa/iam/group.rb, line 18
def summary
  arn
end