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

#contentString

The content that is displayed in the text box.

Returns:

  • (String)


25964
25965
25966
25967
25968
25969
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25964

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)


25964
25965
25966
25967
25968
25969
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25964

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