Class: Aws::Proton::Types::GetEnvironmentTemplateVersionInput

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

To get environment template major version detail data, include major Version.

Returns:

  • (String)


2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2892

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

#minor_versionString

To get environment template minor version detail data, include minorVersion.

Returns:

  • (String)


2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2892

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

#template_nameString

The name of the environment template a version of which you want to get detailed data for.

Returns:

  • (String)


2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2892

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