Class: Aws::Proton::Types::ListEnvironmentTemplatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListEnvironmentTemplatesOutput
- 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 environment template in the array of environment templates, after the current requested list of environment templates.
-
#templates ⇒ Array<Types::EnvironmentTemplateSummary>
An array of environment templates with detail data.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next environment template in the array of environment templates, after the current requested list of environment templates.
3723 3724 3725 3726 3727 3728 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3723 class ListEnvironmentTemplatesOutput < Struct.new( :next_token, :templates) SENSITIVE = [] include Aws::Structure end |
#templates ⇒ Array<Types::EnvironmentTemplateSummary>
An array of environment templates with detail data.
3723 3724 3725 3726 3727 3728 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3723 class ListEnvironmentTemplatesOutput < Struct.new( :next_token, :templates) SENSITIVE = [] include Aws::Structure end |