Class: Aws::Types::Principal

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def id
  @id
end

#roles::Array[Types::PermissionInfo]

Returns the value of attribute roles.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def roles
  @roles
end

#type"USER", ...

Returns the value of attribute type.

Returns:

  • ("USER", "GROUP", "INVITE", "ANONYMOUS", "ORGANIZATION")


664
665
666
# File 'sig/types.rbs', line 664

def type
  @type
end