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.
5525 5526 5527 |
# File 'sig/types.rbs', line 5525 def actions @actions end |
#chart_configuration ⇒ Types::FilledMapConfiguration
Returns the value of attribute chart_configuration.
5522 5523 5524 |
# File 'sig/types.rbs', line 5522 def chart_configuration @chart_configuration end |
#column_hierarchies ⇒ ::Array[Types::ColumnHierarchy]
Returns the value of attribute column_hierarchies.
5524 5525 5526 |
# File 'sig/types.rbs', line 5524 def column_hierarchies @column_hierarchies end |
#conditional_formatting ⇒ Types::FilledMapConditionalFormatting
Returns the value of attribute conditional_formatting.
5523 5524 5525 |
# File 'sig/types.rbs', line 5523 def conditional_formatting @conditional_formatting end |
#geocoding_preferences ⇒ ::Array[Types::GeocodePreference]
Returns the value of attribute geocoding_preferences.
5527 5528 5529 |
# File 'sig/types.rbs', line 5527 def geocoding_preferences @geocoding_preferences end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
5521 5522 5523 |
# File 'sig/types.rbs', line 5521 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
5520 5521 5522 |
# File 'sig/types.rbs', line 5520 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
5526 5527 5528 |
# File 'sig/types.rbs', line 5526 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
5519 5520 5521 |
# File 'sig/types.rbs', line 5519 def visual_id @visual_id end |