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.
5321 5322 5323 |
# File 'sig/types.rbs', line 5321 def actions @actions end |
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
5319 5320 5321 |
# File 'sig/types.rbs', line 5319 def data_set_identifier @data_set_identifier end |
#topic_identifier ⇒ ::String
Returns the value of attribute topic_identifier.
5320 5321 5322 |
# File 'sig/types.rbs', line 5320 def topic_identifier @topic_identifier end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
5318 5319 5320 |
# File 'sig/types.rbs', line 5318 def visual_id @visual_id end |