Class: Aws::Proton::Types::ListServiceTemplateVersionsInput

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 a service template, include major Version.

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

Returns:

  • (String)


4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4150

class ListServiceTemplateVersionsInput < 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 a service template to list.

Returns:

  • (Integer)


4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4150

class ListServiceTemplateVersionsInput < 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 a service template, after the list of major or minor versions that was previously requested.

Returns:

  • (String)


4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4150

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

#template_nameString

The name of the service template.

Returns:

  • (String)


4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4150

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