Class: Aws::Types::AgenticRetrieveResultEvent
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveResultEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#generated_response ⇒ Types::AgenticRetrieveGeneratedResponse
Returns the value of attribute generated_response.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#results ⇒ ::Array[Types::AgenticRetrieveResultItem]
Returns the value of attribute results.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
209 210 211 |
# File 'sig/types.rbs', line 209 def event_type @event_type end |
#generated_response ⇒ Types::AgenticRetrieveGeneratedResponse
Returns the value of attribute generated_response.
206 207 208 |
# File 'sig/types.rbs', line 206 def generated_response @generated_response end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
207 208 209 |
# File 'sig/types.rbs', line 207 def next_token @next_token end |
#results ⇒ ::Array[Types::AgenticRetrieveResultItem]
Returns the value of attribute results.
208 209 210 |
# File 'sig/types.rbs', line 208 def results @results end |