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.
11986 11987 11988 |
# File 'sig/types.rbs', line 11986 def ir @ir end |
#role ⇒ "PRIMARY", ...
Returns the value of attribute role.
11985 11986 11987 |
# File 'sig/types.rbs', line 11985 def role @role end |
#supporting_visuals ⇒ ::Array[Types::TopicVisual]
Returns the value of attribute supporting_visuals.
11987 11988 11989 |
# File 'sig/types.rbs', line 11987 def supporting_visuals @supporting_visuals end |
#visual_id ⇒ ::String
Returns the value of attribute visual_id.
11984 11985 11986 |
# File 'sig/types.rbs', line 11984 def visual_id @visual_id end |