Class: Aws::Types::TextPromptTemplateConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cache_pointTypes::CachePointBlock

Returns the value of attribute cache_point.

Returns:



2727
2728
2729
# File 'sig/types.rbs', line 2727

def cache_point
  @cache_point
end

#input_variables::Array[Types::PromptInputVariable]

Returns the value of attribute input_variables.

Returns:



2728
2729
2730
# File 'sig/types.rbs', line 2728

def input_variables
  @input_variables
end

#text::String

Returns the value of attribute text.

Returns:



2726
2727
2728
# File 'sig/types.rbs', line 2726

def text
  @text
end