Class: Aws::Types::CustomContentVisual
- Inherits:
-
Object
- Object
- Aws::Types::CustomContentVisual
- 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::CustomContentConfiguration
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
#actions ⇒ ::Array[Types::VisualCustomAction]
Returns the value of attribute actions.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def actions @actions end |
#chart_configuration ⇒ Types::CustomContentConfiguration
Returns the value of attribute chart_configuration.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def chart_configuration @chart_configuration end |
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def data_set_identifier @data_set_identifier end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def title @title end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def topic_identifier @topic_identifier end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def visual_id @visual_id end |