Class: Aws::Types::InputSessionStateSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InputSessionStateSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
-
#runtime_hints ⇒ Types::RuntimeHints
Returns the value of attribute runtime_hints.
-
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
Instance Attribute Details
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def active_contexts @active_contexts end |
#runtime_hints ⇒ Types::RuntimeHints
Returns the value of attribute runtime_hints.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def runtime_hints @runtime_hints end |
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def session_attributes @session_attributes end |