Class: Aws::Types::AssumedRoleUser
- Inherits:
-
Object
- Object
- Aws::Types::AssumedRoleUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#assume_role_id ⇒ ::String
Returns the value of attribute assume_role_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def arn @arn end |
#assume_role_id ⇒ ::String
Returns the value of attribute assume_role_id.
36 37 38 |
# File 'sig/types.rbs', line 36 def assume_role_id @assume_role_id end |