Class: Aws::Proton::Types::ListEnvironmentTemplateVersionsOutput

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

#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)


3685
3686
3687
3688
3689
3690
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3685

class ListEnvironmentTemplateVersionsOutput < Struct.new(
  :next_token,
  :template_versions)
  SENSITIVE = []
  include Aws::Structure
end

#template_versionsArray<Types::EnvironmentTemplateVersionSummary>

An array of major or minor versions of an environment template detail data.



3685
3686
3687
3688
3689
3690
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3685

class ListEnvironmentTemplateVersionsOutput < Struct.new(
  :next_token,
  :template_versions)
  SENSITIVE = []
  include Aws::Structure
end