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.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def principal_id @principal_id end |
#type ⇒ "AWSACCOUNT", "AWSSERVICE"
Returns the value of attribute type.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def type @type end |