Class: Aws::Types::UserIdentity
- Inherits:
-
Object
- Object
- Aws::Types::UserIdentity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#type ⇒ "AWSACCOUNT", "AWSSERVICE"
Returns the value of attribute type.
Instance Attribute Details
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def principal_id @principal_id end |
#type ⇒ "AWSACCOUNT", "AWSSERVICE"
Returns the value of attribute type.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def type @type end |