Class: Aws::Types::PivotTableVisual
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableVisual
- 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::PivotTableConfiguration
Returns the value of attribute chart_configuration.
-
#conditional_formatting ⇒ Types::PivotTableConditionalFormatting
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.
8829 8830 8831 |
# File 'sig/types.rbs', line 8829 def actions @actions end |
#chart_configuration ⇒ Types::PivotTableConfiguration
Returns the value of attribute chart_configuration.
8827 8828 8829 |
# File 'sig/types.rbs', line 8827 def chart_configuration @chart_configuration end |
#conditional_formatting ⇒ Types::PivotTableConditionalFormatting
Returns the value of attribute conditional_formatting.
8828 8829 8830 |
# File 'sig/types.rbs', line 8828 def conditional_formatting @conditional_formatting end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
8826 8827 8828 |
# File 'sig/types.rbs', line 8826 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
8825 8826 8827 |
# File 'sig/types.rbs', line 8825 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
8830 8831 8832 |
# File 'sig/types.rbs', line 8830 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
8824 8825 8826 |
# File 'sig/types.rbs', line 8824 def visual_id @visual_id end |