Class: Aws::Types::GetTemplateSyncStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateSyncStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
-
#template_version ⇒ ::String
Returns the value of attribute template_version.
Instance Attribute Details
#template_name ⇒ ::String
Returns the value of attribute template_name.
869 870 871 |
# File 'sig/types.rbs', line 869 def template_name @template_name end |
#template_type ⇒ "ENVIRONMENT", "SERVICE"
Returns the value of attribute template_type.
870 871 872 |
# File 'sig/types.rbs', line 870 def template_type @template_type end |
#template_version ⇒ ::String
Returns the value of attribute template_version.
871 872 873 |
# File 'sig/types.rbs', line 871 def template_version @template_version end |