Class: Aws::Proton::Types::DeleteTemplateSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteTemplateSyncConfigInput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Note:
When making an API call, you may pass DeleteTemplateSyncConfigInput data as a hash:
{
template_name: "ResourceName", # required
template_type: "ENVIRONMENT", # required, accepts ENVIRONMENT, SERVICE
}
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.
1767 1768 1769 1770 1771 1772 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1767 class DeleteTemplateSyncConfigInput < Struct.new( :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type.
1767 1768 1769 1770 1771 1772 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1767 class DeleteTemplateSyncConfigInput < Struct.new( :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |