class Swa::IAM::Role

Public Instance Methods

id() click to toggle source
# File lib/swa/iam/role.rb, line 8
def id
  role.role_id
end
summary() click to toggle source
# File lib/swa/iam/role.rb, line 12
def summary
  role.name
end