Class: Aws::Types::PluginVisual
- Inherits:
-
Object
- Object
- Aws::Types::PluginVisual
- 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::PluginVisualConfiguration
Returns the value of attribute chart_configuration.
-
#plugin_arn ⇒ ::String
Returns the value of attribute plugin_arn.
-
#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.
9210 9211 9212 |
# File 'sig/types.rbs', line 9210 def actions @actions end |
#chart_configuration ⇒ Types::PluginVisualConfiguration
Returns the value of attribute chart_configuration.
9209 9210 9211 |
# File 'sig/types.rbs', line 9209 def chart_configuration @chart_configuration end |
#plugin_arn ⇒ ::String
Returns the value of attribute plugin_arn.
9206 9207 9208 |
# File 'sig/types.rbs', line 9206 def plugin_arn @plugin_arn end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
9208 9209 9210 |
# File 'sig/types.rbs', line 9208 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
9207 9208 9209 |
# File 'sig/types.rbs', line 9207 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
9211 9212 9213 |
# File 'sig/types.rbs', line 9211 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
9205 9206 9207 |
# File 'sig/types.rbs', line 9205 def visual_id @visual_id end |