Class: Aws::Types::TemplateGroup
- Inherits:
-
Object
- Object
- Aws::Types::TemplateGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#template_uris ⇒ ::Array[::String]
Returns the value of attribute template_uris.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
394 395 396 |
# File 'sig/types.rbs', line 394 def name @name end |
#template_uris ⇒ ::Array[::String]
Returns the value of attribute template_uris.
395 396 397 |
# File 'sig/types.rbs', line 395 def template_uris @template_uris end |