Class: Aws::Types::RetrieveAndGenerateStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveAndGenerateStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ Types::RetrieveAndGenerateInput
Returns the value of attribute input.
-
#retrieve_and_generate_configuration ⇒ Types::RetrieveAndGenerateConfiguration
Returns the value of attribute retrieve_and_generate_configuration.
-
#session_configuration ⇒ Types::RetrieveAndGenerateSessionConfiguration
Returns the value of attribute session_configuration.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#input ⇒ Types::RetrieveAndGenerateInput
Returns the value of attribute input.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def input @input end |
#retrieve_and_generate_configuration ⇒ Types::RetrieveAndGenerateConfiguration
Returns the value of attribute retrieve_and_generate_configuration.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def retrieve_and_generate_configuration @retrieve_and_generate_configuration end |
#session_configuration ⇒ Types::RetrieveAndGenerateSessionConfiguration
Returns the value of attribute session_configuration.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def session_configuration @session_configuration end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def session_id @session_id end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def user_context @user_context end |