Class: Aws::Types::EmptyVisual
- Inherits:
-
Object
- Object
- Aws::Types::EmptyVisual
- 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.
-
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
-
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
Instance Attribute Details
#actions ⇒ ::Array[Types::VisualCustomAction]
Returns the value of attribute actions.
5587 5588 5589 |
# File 'sig/types.rbs', line 5587 def actions @actions end |
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
5585 5586 5587 |
# File 'sig/types.rbs', line 5585 def data_set_identifier @data_set_identifier end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
5586 5587 5588 |
# File 'sig/types.rbs', line 5586 def topic_identifier @topic_identifier end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
5584 5585 5586 |
# File 'sig/types.rbs', line 5584 def visual_id @visual_id end |