Class: Aws::Types::Principal
- Inherits:
-
Object
- Object
- Aws::Types::Principal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#roles ⇒ ::Array[Types::PermissionInfo]
Returns the value of attribute roles.
-
#type ⇒ "USER", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
663 664 665 |
# File 'sig/types.rbs', line 663 def id @id end |
#roles ⇒ ::Array[Types::PermissionInfo]
Returns the value of attribute roles.
665 666 667 |
# File 'sig/types.rbs', line 665 def roles @roles end |
#type ⇒ "USER", ...
Returns the value of attribute type.
664 665 666 |
# File 'sig/types.rbs', line 664 def type @type end |