Class: Aws::Proton::Types::ListServiceTemplateVersionsOutput

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 a service template, after the current requested list of service major or minor versions.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4173

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

#template_versionsArray<Types::ServiceTemplateVersionSummary>

An array of major or minor versions of a service template with detail data.



4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4173

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