Class: Aws::Types::GetSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interpretations ⇒ ::Array[Types::Interpretation]
Returns the value of attribute interpretations.
-
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
Instance Attribute Details
#interpretations ⇒ ::Array[Types::Interpretation]
Returns the value of attribute interpretations.
144 145 146 |
# File 'sig/types.rbs', line 144 def interpretations @interpretations end |
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
143 144 145 |
# File 'sig/types.rbs', line 143 def @messages end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def session_id @session_id end |
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
145 146 147 |
# File 'sig/types.rbs', line 145 def session_state @session_state end |