Class: Aws::Types::GetRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def assistant_id @assistant_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
412 413 414 |
# File 'sig/types.rbs', line 412 def max_results @max_results end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def session_id @session_id end |
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
414 415 416 |
# File 'sig/types.rbs', line 414 def wait_time_seconds @wait_time_seconds end |