Class: Aws::Types::RetrieveRequest
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#retrieval_configuration ⇒ Types::RetrievalConfiguration
Returns the value of attribute retrieval_configuration.
-
#retrieval_query ⇒ ::String
Returns the value of attribute retrieval_query.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def assistant_id @assistant_id end |
#retrieval_configuration ⇒ Types::RetrievalConfiguration
Returns the value of attribute retrieval_configuration.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def retrieval_configuration @retrieval_configuration end |
#retrieval_query ⇒ ::String
Returns the value of attribute retrieval_query.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def retrieval_query @retrieval_query end |