Class: Aws::Types::FederatedUser
- Inherits:
-
Object
- Object
- Aws::Types::FederatedUser
- 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.
665 666 667 |
# File 'sig/types.rbs', line 665 def access_key_id @access_key_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
666 667 668 |
# File 'sig/types.rbs', line 666 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
667 668 669 |
# File 'sig/types.rbs', line 667 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
668 669 670 |
# File 'sig/types.rbs', line 668 def principal_id @principal_id end |
#session_context ⇒ Types::SessionContext
Returns the value of attribute session_context.
669 670 671 |
# File 'sig/types.rbs', line 669 def session_context @session_context end |