Class: Aws::Proton::Types::GetTemplateSyncStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetTemplateSyncStatusInput
- Defined in:
- gems/aws-sdk-proton/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.
2857 2858 2859 2860 2861 2862 2863 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2857 class GetTemplateSyncStatusInput < Struct.new( :template_name, :template_type, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The template type.
2857 2858 2859 2860 2861 2862 2863 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2857 class GetTemplateSyncStatusInput < Struct.new( :template_name, :template_type, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_version ⇒ String
The template major version.
2857 2858 2859 2860 2861 2862 2863 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2857 class GetTemplateSyncStatusInput < Struct.new( :template_name, :template_type, :template_version) SENSITIVE = [] include Aws::Structure end |