Class: Aws::Types::RetrieveAndGenerateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:output])

Instance Attribute Summary collapse

Instance Attribute Details

#citations::Array[Types::Citation]

Returns the value of attribute citations.

Returns:



2438
2439
2440
# File 'sig/types.rbs', line 2438

def citations
  @citations
end

#guardrail_action"INTERVENED", "NONE"

Returns the value of attribute guardrail_action.

Returns:

  • ("INTERVENED", "NONE")


2439
2440
2441
# File 'sig/types.rbs', line 2439

def guardrail_action
  @guardrail_action
end

#outputTypes::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.

Returns:

  • (::String)


2441
2442
2443
# File 'sig/types.rbs', line 2441

def session_id
  @session_id
end