Class: Aws::QuickSight::Types::SheetTextBox
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetTextBox
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A text box.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The content that is displayed in the text box.
-
#sheet_text_box_id ⇒ String
The unique identifier for a text box.
Instance Attribute Details
#content ⇒ String
The content that is displayed in the text box.
28315 28316 28317 28318 28319 28320 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28315 class SheetTextBox < Struct.new( :sheet_text_box_id, :content) SENSITIVE = [] include Aws::Structure end |
#sheet_text_box_id ⇒ String
The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
28315 28316 28317 28318 28319 28320 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28315 class SheetTextBox < Struct.new( :sheet_text_box_id, :content) SENSITIVE = [] include Aws::Structure end |