Class: Aws::Types::DeleteTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
460 461 462 |
# File 'sig/types.rbs', line 460 def domain_id @domain_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
461 462 463 |
# File 'sig/types.rbs', line 461 def template_id @template_id end |