Class: Aws::QuickSight::Types::SheetTextBox

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

Overview

A text box.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ String

The content that is displayed in the text box.

Returns:

  • (String)


42157
42158
42159
42160
42161
42162
42163
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42157

class SheetTextBox < Struct.new(
  :sheet_text_box_id,
  :content,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end

#interactions ⇒ Types::TextBoxInteractionOptions

The general textbox interactions setup for a textbox.



42157
42158
42159
42160
42161
42162
42163
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42157

class SheetTextBox < Struct.new(
  :sheet_text_box_id,
  :content,
  :interactions)
  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.

Returns:

  • (String)


42157
42158
42159
42160
42161
42162
42163
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42157

class SheetTextBox < Struct.new(
  :sheet_text_box_id,
  :content,
  :interactions)
  SENSITIVE = []
  include Aws::Structure
end