Class: Aws::Proton::Types::DeleteEnvironmentTemplateVersionInput

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 environment template major version to delete.

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1587

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

#minor_versionString

The environment template minor version to delete.

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1587

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

#template_nameString

The name of the environment template.

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1587

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