Class: Aws::Proton::Types::ListServiceTemplateVersionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceTemplateVersionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#template_versions ⇒ Array<Types::ServiceTemplateVersionSummary>
An array of major or minor versions of a service template with detail data.
Instance Attribute Details
#next_token ⇒ String
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.
4173 4174 4175 4176 4177 4178 |
# File 'lib/aws-sdk-proton/types.rb', line 4173 class ListServiceTemplateVersionsOutput < Struct.new( :next_token, :template_versions) SENSITIVE = [] include Aws::Structure end |
#template_versions ⇒ Array<Types::ServiceTemplateVersionSummary>
An array of major or minor versions of a service template with detail data.
4173 4174 4175 4176 4177 4178 |
# File 'lib/aws-sdk-proton/types.rb', line 4173 class ListServiceTemplateVersionsOutput < Struct.new( :next_token, :template_versions) SENSITIVE = [] include Aws::Structure end |