Class: Aws::Types::TopicTemplate
- Inherits:
-
Object
- Object
- Aws::Types::TopicTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#slots ⇒ ::Array[Types::Slot]
Returns the value of attribute slots.
-
#template_type ⇒ ::String
Returns the value of attribute template_type.
Instance Attribute Details
#slots ⇒ ::Array[Types::Slot]
Returns the value of attribute slots.
11946 11947 11948 |
# File 'sig/types.rbs', line 11946 def slots @slots end |
#template_type ⇒ ::String
Returns the value of attribute template_type.
11945 11946 11947 |
# File 'sig/types.rbs', line 11945 def template_type @template_type end |