Class: Aws::Types::GaugeChartVisual
- Inherits:
-
Object
- Object
- Aws::Types::GaugeChartVisual
- 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::GaugeChartConfiguration
Returns the value of attribute chart_configuration.
-
#conditional_formatting ⇒ Types::GaugeChartConditionalFormatting
Returns the value of attribute conditional_formatting.
-
#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.
5996 5997 5998 |
# File 'sig/types.rbs', line 5996 def actions @actions end |
#chart_configuration ⇒ Types::GaugeChartConfiguration
Returns the value of attribute chart_configuration.
5994 5995 5996 |
# File 'sig/types.rbs', line 5994 def chart_configuration @chart_configuration end |
#conditional_formatting ⇒ Types::GaugeChartConditionalFormatting
Returns the value of attribute conditional_formatting.
5995 5996 5997 |
# File 'sig/types.rbs', line 5995 def conditional_formatting @conditional_formatting end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
5993 5994 5995 |
# File 'sig/types.rbs', line 5993 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
5992 5993 5994 |
# File 'sig/types.rbs', line 5992 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
5997 5998 5999 |
# File 'sig/types.rbs', line 5997 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
5991 5992 5993 |
# File 'sig/types.rbs', line 5991 def visual_id @visual_id end |