Class: Aws::QuickSight::Types::CustomInstructions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Instructions that provide additional guidance and context for response generation.

Constant Summary collapse

SENSITIVE =
[:custom_instructions_string]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_instructions_stringString

A text field for providing additional guidance or context for response generation.

Returns:

  • (String)


7918
7919
7920
7921
7922
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7918

class CustomInstructions < Struct.new(
  :custom_instructions_string)
  SENSITIVE = [:custom_instructions_string]
  include Aws::Structure
end