Class: Aws::Proton::Types::DeleteServiceTemplateVersionInput

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

#major_versionString

The service template major version to delete.

Returns:

  • (String)


1724
1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1724

class DeleteServiceTemplateVersionInput < Struct.new(
  :major_version,
  :minor_version,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#minor_versionString

The service template minor version to delete.

Returns:

  • (String)


1724
1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1724

class DeleteServiceTemplateVersionInput < Struct.new(
  :major_version,
  :minor_version,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the service template.

Returns:

  • (String)


1724
1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1724

class DeleteServiceTemplateVersionInput < Struct.new(
  :major_version,
  :minor_version,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end