Class: Aws::Types::RetrieveAndGenerateRequest
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveAndGenerateRequest
- 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.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def input @input end |
#retrieve_and_generate_configuration ⇒ Types::RetrieveAndGenerateConfiguration
Returns the value of attribute retrieve_and_generate_configuration.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def retrieve_and_generate_configuration @retrieve_and_generate_configuration end |
#session_configuration ⇒ Types::RetrieveAndGenerateSessionConfiguration
Returns the value of attribute session_configuration.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def session_configuration @session_configuration end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def session_id @session_id end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def user_context @user_context end |