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.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def session_id @session_id end |
#stream ⇒ Types::RetrieveAndGenerateStreamResponseOutput
Returns the value of attribute stream.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def stream @stream end |