Class: Aws::Types::SessionContext
- Inherits:
-
Object
- Object
- Aws::Types::SessionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::SessionContextAttributes
Returns the value of attribute attributes.
-
#session_issuer ⇒ Types::SessionIssuer
Returns the value of attribute session_issuer.
Instance Attribute Details
#attributes ⇒ Types::SessionContextAttributes
Returns the value of attribute attributes.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def attributes @attributes end |
#session_issuer ⇒ Types::SessionIssuer
Returns the value of attribute session_issuer.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def session_issuer @session_issuer end |