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.
6422 6423 6424 |
# File 'sig/types.rbs', line 6422 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
6423 6424 6425 |
# File 'sig/types.rbs', line 6423 def principal_id @principal_id end |
#source_identity ⇒ ::String
Returns the value of attribute source_identity.
6424 6425 6426 |
# File 'sig/types.rbs', line 6424 def source_identity @source_identity end |