Class: Aws::QuickSight::Types::InlineCustomInstruction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InlineCustomInstruction
- 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
-
#instruction_text ⇒ String
The instruction text content.
-
#uploaded_document_metadata ⇒ Types::UploadedDocumentMetadata
Metadata about an uploaded document associated with this instruction.
Instance Attribute Details
#instruction_text ⇒ String
The instruction text content.
27801 27802 27803 27804 27805 27806 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27801 class InlineCustomInstruction < Struct.new( :instruction_text, :uploaded_document_metadata) SENSITIVE = [:instruction_text] include Aws::Structure end |
#uploaded_document_metadata ⇒ Types::UploadedDocumentMetadata
Metadata about an uploaded document associated with this instruction.
27801 27802 27803 27804 27805 27806 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27801 class InlineCustomInstruction < Struct.new( :instruction_text, :uploaded_document_metadata) SENSITIVE = [:instruction_text] include Aws::Structure end |