Class: Aws::Types::CustomPromptInputParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:response_length, :output_style, :identity, :tone, :custom_instructions])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_instructions::String

Returns the value of attribute custom_instructions.

Returns:

  • (::String)


2939
2940
2941
# File 'sig/types.rbs', line 2939

def custom_instructions
  @custom_instructions
end

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


2937
2938
2939
# File 'sig/types.rbs', line 2937

def identity
  @identity
end

#output_style::String

Returns the value of attribute output_style.

Returns:

  • (::String)


2936
2937
2938
# File 'sig/types.rbs', line 2936

def output_style
  @output_style
end

#response_length::String

Returns the value of attribute response_length.

Returns:

  • (::String)


2935
2936
2937
# File 'sig/types.rbs', line 2935

def response_length
  @response_length
end

#tone::String

Returns the value of attribute tone.

Returns:

  • (::String)


2938
2939
2940
# File 'sig/types.rbs', line 2938

def tone
  @tone
end