Class: Aws::Types::HistogramVisual
- Inherits:
-
Object
- Object
- Aws::Types::HistogramVisual
- 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::HistogramConfiguration
Returns the value of attribute chart_configuration.
-
#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.
6912 6913 6914 |
# File 'sig/types.rbs', line 6912 def actions @actions end |
#chart_configuration ⇒ Types::HistogramConfiguration
Returns the value of attribute chart_configuration.
6911 6912 6913 |
# File 'sig/types.rbs', line 6911 def chart_configuration @chart_configuration end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
6910 6911 6912 |
# File 'sig/types.rbs', line 6910 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
6909 6910 6911 |
# File 'sig/types.rbs', line 6909 def title @title end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
6913 6914 6915 |
# File 'sig/types.rbs', line 6913 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
6908 6909 6910 |
# File 'sig/types.rbs', line 6908 def visual_id @visual_id end |