Class: Aws::Types::TableVisual
- Inherits:
-
Object
- Object
- Aws::Types::TableVisual
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::VisualCustomAction]
Returns the value of attribute actions.
-
#chart_configuration ⇒ Types::TableConfiguration
Returns the value of attribute chart_configuration.
-
#conditional_formatting ⇒ Types::TableConditionalFormatting
Returns the value of attribute conditional_formatting.
-
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
-
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
-
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
-
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
Instance Attribute Details
#actions ⇒ ::Array[Types::VisualCustomAction]
Returns the value of attribute actions.
10883 10884 10885 |
# File 'sig/types.rbs', line 10883 def actions @actions end |
#chart_configuration ⇒ Types::TableConfiguration
Returns the value of attribute chart_configuration.
10881 10882 10883 |
# File 'sig/types.rbs', line 10881 def chart_configuration @chart_configuration end |
#conditional_formatting ⇒ Types::TableConditionalFormatting
Returns the value of attribute conditional_formatting.
10882 10883 10884 |
# File 'sig/types.rbs', line 10882 def conditional_formatting @conditional_formatting end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
10880 10881 10882 |
# File 'sig/types.rbs', line 10880 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
10879 10880 10881 |
# File 'sig/types.rbs', line 10879 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
10884 10885 10886 |
# File 'sig/types.rbs', line 10884 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
10878 10879 10880 |
# File 'sig/types.rbs', line 10878 def visual_id @visual_id end |