Class: Aws::Proton::Types::DeleteTemplateSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteTemplateSyncConfigInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The template name.
-
#template_type ⇒ String
The template type.
Instance Attribute Details
#template_name ⇒ String
The template name.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-proton/types.rb', line 1754 class DeleteTemplateSyncConfigInput < Struct.new( :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-proton/types.rb', line 1754 class DeleteTemplateSyncConfigInput < Struct.new( :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |