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)


2808
2809
2810
# File 'sig/types.rbs', line 2808

def custom_instructions
  @custom_instructions
end

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


2806
2807
2808
# File 'sig/types.rbs', line 2806

def identity
  @identity
end

#output_style::String

Returns the value of attribute output_style.

Returns:

  • (::String)


2805
2806
2807
# File 'sig/types.rbs', line 2805

def output_style
  @output_style
end

#response_length::String

Returns the value of attribute response_length.

Returns:

  • (::String)


2804
2805
2806
# File 'sig/types.rbs', line 2804

def response_length
  @response_length
end

#tone::String

Returns the value of attribute tone.

Returns:

  • (::String)


2807
2808
2809
# File 'sig/types.rbs', line 2807

def tone
  @tone
end