Class: Aws::QuickSight::Types::InlineCustomInstruction

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

Overview

An inline custom instruction with text content and optional file upload metadata.

Constant Summary collapse

SENSITIVE =
[:instruction_text]

Instance Attribute Summary collapse

Instance Attribute Details

#instruction_textString

The instruction text content.

Returns:

  • (String)


24260
24261
24262
24263
24264
24265
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24260

class InlineCustomInstruction < Struct.new(
  :instruction_text,
  :uploaded_document_metadata)
  SENSITIVE = [:instruction_text]
  include Aws::Structure
end

#uploaded_document_metadataTypes::UploadedDocumentMetadata

Metadata about an uploaded document associated with this instruction.



24260
24261
24262
24263
24264
24265
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24260

class InlineCustomInstruction < Struct.new(
  :instruction_text,
  :uploaded_document_metadata)
  SENSITIVE = [:instruction_text]
  include Aws::Structure
end