Class: Aws::Types::IamIdentity
- Inherits:
-
Object
- Object
- Aws::Types::IamIdentity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#source_identity ⇒ ::String
Returns the value of attribute source_identity.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
6426 6427 6428 |
# File 'sig/types.rbs', line 6426 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
6427 6428 6429 |
# File 'sig/types.rbs', line 6427 def principal_id @principal_id end |
#source_identity ⇒ ::String
Returns the value of attribute source_identity.
6428 6429 6430 |
# File 'sig/types.rbs', line 6428 def source_identity @source_identity end |