Class: Aws::Types::TopicVisual
- Inherits:
-
Object
- Object
- Aws::Types::TopicVisual
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ir ⇒ Types::TopicIR
Returns the value of attribute ir.
-
#role ⇒ "PRIMARY", ...
Returns the value of attribute role.
-
#supporting_visuals ⇒ ::Array[Types::TopicVisual]
Returns the value of attribute supporting_visuals.
-
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
Instance Attribute Details
#ir ⇒ Types::TopicIR
Returns the value of attribute ir.
11596 11597 11598 |
# File 'sig/types.rbs', line 11596 def ir @ir end |
#role ⇒ "PRIMARY", ...
Returns the value of attribute role.
11595 11596 11597 |
# File 'sig/types.rbs', line 11595 def role @role end |
#supporting_visuals ⇒ ::Array[Types::TopicVisual]
Returns the value of attribute supporting_visuals.
11597 11598 11599 |
# File 'sig/types.rbs', line 11597 def supporting_visuals @supporting_visuals end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
11594 11595 11596 |
# File 'sig/types.rbs', line 11594 def visual_id @visual_id end |