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:



2520
2521
2522
# File 'sig/types.rbs', line 2520

def citations
  @citations
end

#guardrail_action"INTERVENED", "NONE"

Returns the value of attribute guardrail_action.

Returns:

  • ("INTERVENED", "NONE")


2521
2522
2523
# File 'sig/types.rbs', line 2521

def guardrail_action
  @guardrail_action
end

#outputTypes::RetrieveAndGenerateOutput

Returns the value of attribute output.



2522
2523
2524
# File 'sig/types.rbs', line 2522

def output
  @output
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def session_id
  @session_id
end