Class: Aws::Types::FilledMapVisual
- Inherits:
-
Object
- Object
- Aws::Types::FilledMapVisual
- 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::FilledMapConfiguration
Returns the value of attribute chart_configuration.
-
#column_hierarchies ⇒ ::Array[Types::ColumnHierarchy]
Returns the value of attribute column_hierarchies.
-
#conditional_formatting ⇒ Types::FilledMapConditionalFormatting
Returns the value of attribute conditional_formatting.
-
#geocoding_preferences ⇒ ::Array[Types::GeocodePreference]
Returns the value of attribute geocoding_preferences.
-
#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.
5791 5792 5793 |
# File 'sig/types.rbs', line 5791 def actions @actions end |
#chart_configuration ⇒ Types::FilledMapConfiguration
Returns the value of attribute chart_configuration.
5788 5789 5790 |
# File 'sig/types.rbs', line 5788 def chart_configuration @chart_configuration end |
#column_hierarchies ⇒ ::Array[Types::ColumnHierarchy]
Returns the value of attribute column_hierarchies.
5790 5791 5792 |
# File 'sig/types.rbs', line 5790 def column_hierarchies @column_hierarchies end |
#conditional_formatting ⇒ Types::FilledMapConditionalFormatting
Returns the value of attribute conditional_formatting.
5789 5790 5791 |
# File 'sig/types.rbs', line 5789 def conditional_formatting @conditional_formatting end |
#geocoding_preferences ⇒ ::Array[Types::GeocodePreference]
Returns the value of attribute geocoding_preferences.
5793 5794 5795 |
# File 'sig/types.rbs', line 5793 def geocoding_preferences @geocoding_preferences end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
5787 5788 5789 |
# File 'sig/types.rbs', line 5787 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
5786 5787 5788 |
# File 'sig/types.rbs', line 5786 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
5792 5793 5794 |
# File 'sig/types.rbs', line 5792 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
5785 5786 5787 |
# File 'sig/types.rbs', line 5785 def visual_id @visual_id end |