Class: Aws::Proton::Types::GetTemplateSyncConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetTemplateSyncConfigInput
- 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.
3224 3225 3226 3227 3228 3229 |
# File 'lib/aws-sdk-proton/types.rb', line 3224 class GetTemplateSyncConfigInput < Struct.new( :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type.
3224 3225 3226 3227 3228 3229 |
# File 'lib/aws-sdk-proton/types.rb', line 3224 class GetTemplateSyncConfigInput < Struct.new( :template_name, :template_type) SENSITIVE = [] include Aws::Structure end |