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.
9180 9181 9182 |
# File 'sig/types.rbs', line 9180 def actions @actions end |
#chart_configuration ⇒ Types::PivotTableConfiguration
Returns the value of attribute chart_configuration.
9178 9179 9180 |
# File 'sig/types.rbs', line 9178 def chart_configuration @chart_configuration end |
#conditional_formatting ⇒ Types::PivotTableConditionalFormatting
Returns the value of attribute conditional_formatting.
9179 9180 9181 |
# File 'sig/types.rbs', line 9179 def conditional_formatting @conditional_formatting end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
9177 9178 9179 |
# File 'sig/types.rbs', line 9177 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
9176 9177 9178 |
# File 'sig/types.rbs', line 9176 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
9181 9182 9183 |
# File 'sig/types.rbs', line 9181 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
9175 9176 9177 |
# File 'sig/types.rbs', line 9175 def visual_id @visual_id end |