Class: Aws::Types::InsightVisual
- Inherits:
-
Object
- Object
- Aws::Types::InsightVisual
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::VisualCustomAction]
Returns the value of attribute actions.
-
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
-
#insight_configuration ⇒ Types::InsightConfiguration
Returns the value of attribute insight_configuration.
-
#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.
6833 6834 6835 |
# File 'sig/types.rbs', line 6833 def actions @actions end |
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
6834 6835 6836 |
# File 'sig/types.rbs', line 6834 def data_set_identifier @data_set_identifier end |
#insight_configuration ⇒ Types::InsightConfiguration
Returns the value of attribute insight_configuration.
6832 6833 6834 |
# File 'sig/types.rbs', line 6832 def insight_configuration @insight_configuration end |
#subtitle ⇒ Types::VisualSubtitleLabelOptions
Returns the value of attribute subtitle.
6831 6832 6833 |
# File 'sig/types.rbs', line 6831 def subtitle @subtitle end |
#title ⇒ Types::VisualTitleLabelOptions
Returns the value of attribute title.
6830 6831 6832 |
# File 'sig/types.rbs', line 6830 def title @title end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
6835 6836 6837 |
# File 'sig/types.rbs', line 6835 def topic_identifier @topic_identifier end |
#visual_content_alt_text ⇒ ::String
Returns the value of attribute visual_content_alt_text.
6836 6837 6838 |
# File 'sig/types.rbs', line 6836 def visual_content_alt_text @visual_content_alt_text end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
6829 6830 6831 |
# File 'sig/types.rbs', line 6829 def visual_id @visual_id end |