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.
6429 6430 6431 |
# File 'sig/types.rbs', line 6429 def context @context end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
6428 6429 6430 |
# File 'sig/types.rbs', line 6428 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
6427 6428 6429 |
# File 'sig/types.rbs', line 6427 def status @status end |