Class: Aws::Proton::Types::ListEnvironmentTemplateVersionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListEnvironmentTemplateVersionsOutput
- Defined in:
- gems/aws-sdk-proton/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 an environment template, after the list of major or minor versions that was previously requested.
-
#template_versions ⇒ Array<Types::EnvironmentTemplateVersionSummary>
An array of major or minor versions of an environment template 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 an environment template, after the list of major or minor versions that was previously requested.
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_versions ⇒ Array<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 |