Class: Aws::Types::GetIdentityContextResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityContextResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
6695 6696 6697 |
# File 'sig/types.rbs', line 6695 def context @context end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6694 6695 6696 |
# File 'sig/types.rbs', line 6694 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
6693 6694 6695 |
# File 'sig/types.rbs', line 6693 def status @status end |