Class: Aws::Types::LayerMapVisual
- Inherits:
-
Object
- Object
- Aws::Types::LayerMapVisual
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chart_configuration ⇒ Types::GeospatialLayerMapConfiguration
Returns the value of attribute chart_configuration.
-
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
-
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
-
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
-
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
-
#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
#chart_configuration ⇒ Types::GeospatialLayerMapConfiguration
Returns the value of attribute chart_configuration.
7174 7175 7176 |
# File 'sig/types.rbs', line 7174 def chart_configuration @chart_configuration end |
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
7175 7176 7177 |
# File 'sig/types.rbs', line 7175 def data_set_identifier @data_set_identifier end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
7173 7174 7175 |
# File 'sig/types.rbs', line 7173 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
7172 7173 7174 |
# File 'sig/types.rbs', line 7172 def title @title end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
7176 7177 7178 |
# File 'sig/types.rbs', line 7176 def topic_identifier @topic_identifier end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
7177 7178 7179 |
# File 'sig/types.rbs', line 7177 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
7171 7172 7173 |
# File 'sig/types.rbs', line 7171 def visual_id @visual_id end |