Class: Aws::Types::RetrieveAndGenerateStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveAndGenerateStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#stream ⇒ Types::RetrieveAndGenerateStreamResponseOutput
Returns the value of attribute stream.
Instance Attribute Details
#session_id ⇒ ::String
Returns the value of attribute session_id.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def session_id @session_id end |
#stream ⇒ Types::RetrieveAndGenerateStreamResponseOutput
Returns the value of attribute stream.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def stream @stream end |