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

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

Overview

A text box.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content that is displayed in the text box.

Returns:

  • (String)


26965
26966
26967
26968
26969
26970
# File 'lib/aws-sdk-quicksight/types.rb', line 26965

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

#sheet_text_box_idString

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)


26965
26966
26967
26968
26969
26970
# File 'lib/aws-sdk-quicksight/types.rb', line 26965

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