Class: Aws::Proton::Types::GetTemplateSyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetTemplateSyncStatusInput
- 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.
-
#template_version ⇒ String
The template major version.
Instance Attribute Details
#template_name ⇒ String
The template name.
3258 3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-proton/types.rb', line 3258 class GetTemplateSyncStatusInput < Struct.new( :template_name, :template_type, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type.
3258 3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-proton/types.rb', line 3258 class GetTemplateSyncStatusInput < Struct.new( :template_name, :template_type, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_version ⇒ String
The template major version.
3258 3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-proton/types.rb', line 3258 class GetTemplateSyncStatusInput < Struct.new( :template_name, :template_type, :template_version) SENSITIVE = [] include Aws::Structure end |