Class: Aws::Types::AssumedRole
- Inherits:
-
Object
- Object
- Aws::Types::AssumedRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#session_context ⇒ Types::SessionContext
Returns the value of attribute session_context.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def access_key_id @access_key_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def principal_id @principal_id end |
#session_context ⇒ Types::SessionContext
Returns the value of attribute session_context.
84 85 86 |
# File 'sig/types.rbs', line 84 def session_context @session_context end |