Class: Aws::Proton::Types::ListEnvironmentTemplateVersionsInput

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 view a list of minor of versions under a major version of an environment template, include major Version.

To view a list of major versions of an environment template, exclude major Version.

Returns:

  • (String)


3662
3663
3664
3665
3666
3667
3668
3669
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3662

class ListEnvironmentTemplateVersionsInput < Struct.new(
  :major_version,
  :max_results,
  :next_token,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of major or minor versions of an environment template to list.

Returns:

  • (Integer)


3662
3663
3664
3665
3666
3667
3668
3669
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3662

class ListEnvironmentTemplateVersionsInput < Struct.new(
  :major_version,
  :max_results,
  :next_token,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates the location of the next major or minor version in the array of major or minor versions of an environment template, after the list of major or minor versions that was previously requested.

Returns:

  • (String)


3662
3663
3664
3665
3666
3667
3668
3669
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3662

class ListEnvironmentTemplateVersionsInput < Struct.new(
  :major_version,
  :max_results,
  :next_token,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the environment template.

Returns:

  • (String)


3662
3663
3664
3665
3666
3667
3668
3669
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3662

class ListEnvironmentTemplateVersionsInput < Struct.new(
  :major_version,
  :max_results,
  :next_token,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end