Class: Aws::Types::GetTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateRequest
- 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.
725 726 727 |
# File 'sig/types.rbs', line 725 def domain_id @domain_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
726 727 728 |
# File 'sig/types.rbs', line 726 def template_id @template_id end |