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.
2685 2686 2687 2688 2689 2690 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2685 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.
2685 2686 2687 2688 2689 2690 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2685 class ListEnvironmentTemplateVersionsOutput < Struct.new( :next_token, :template_versions) SENSITIVE = [] include Aws::Structure end |