Class: Aws::Types::RetrieveAndGenerateResponse
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveAndGenerateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
-
#guardrail_action ⇒ "INTERVENED", "NONE"
Returns the value of attribute guardrail_action.
-
#output ⇒ Types::RetrieveAndGenerateOutput
Returns the value of attribute output.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#citations ⇒ ::Array[Types::Citation]
Returns the value of attribute citations.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def citations @citations end |
#guardrail_action ⇒ "INTERVENED", "NONE"
Returns the value of attribute guardrail_action.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def guardrail_action @guardrail_action end |
#output ⇒ Types::RetrieveAndGenerateOutput
Returns the value of attribute output.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def output @output end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def session_id @session_id end |