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.
6466 6467 6468 |
# File 'sig/types.rbs', line 6466 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
6467 6468 6469 |
# File 'sig/types.rbs', line 6467 def principal_id @principal_id end |
#source_identity ⇒ ::String
Returns the value of attribute source_identity.
6468 6469 6470 |
# File 'sig/types.rbs', line 6468 def source_identity @source_identity end |