Class: Aws::Types::GetIdentityContextRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityContextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#context_region ⇒ ::String
Returns the value of attribute context_region.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#session_expires_at ⇒ ::Time
Returns the value of attribute session_expires_at.
-
#user_identifier ⇒ Types::UserIdentifier
Returns the value of attribute user_identifier.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6418 6419 6420 |
# File 'sig/types.rbs', line 6418 def aws_account_id @aws_account_id end |
#context_region ⇒ ::String
Returns the value of attribute context_region.
6422 6423 6424 |
# File 'sig/types.rbs', line 6422 def context_region @context_region end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
6420 6421 6422 |
# File 'sig/types.rbs', line 6420 def namespace @namespace end |
#session_expires_at ⇒ ::Time
Returns the value of attribute session_expires_at.
6421 6422 6423 |
# File 'sig/types.rbs', line 6421 def session_expires_at @session_expires_at end |
#user_identifier ⇒ Types::UserIdentifier
Returns the value of attribute user_identifier.
6419 6420 6421 |
# File 'sig/types.rbs', line 6419 def user_identifier @user_identifier end |