Class: Aws::Proton::Types::GetTemplateSyncStatusInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The template name.

Returns:

  • (String)


3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3258

class GetTemplateSyncStatusInput < Struct.new(
  :template_name,
  :template_type,
  :template_version)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

The template type.

Returns:

  • (String)


3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3258

class GetTemplateSyncStatusInput < Struct.new(
  :template_name,
  :template_type,
  :template_version)
  SENSITIVE = []
  include Aws::Structure
end

#template_versionString

The template major version.

Returns:

  • (String)


3258
3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3258

class GetTemplateSyncStatusInput < Struct.new(
  :template_name,
  :template_type,
  :template_version)
  SENSITIVE = []
  include Aws::Structure
end