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.
8859 8860 8861 |
# File 'sig/types.rbs', line 8859 def actions @actions end |
#chart_configuration ⇒ Types::PluginVisualConfiguration
Returns the value of attribute chart_configuration.
8858 8859 8860 |
# File 'sig/types.rbs', line 8858 def chart_configuration @chart_configuration end |
#plugin_arn ⇒ ::String
Returns the value of attribute plugin_arn.
8855 8856 8857 |
# File 'sig/types.rbs', line 8855 def plugin_arn @plugin_arn end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
8857 8858 8859 |
# File 'sig/types.rbs', line 8857 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
8856 8857 8858 |
# File 'sig/types.rbs', line 8856 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
8860 8861 8862 |
# File 'sig/types.rbs', line 8860 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
8854 8855 8856 |
# File 'sig/types.rbs', line 8854 def visual_id @visual_id end |