Class: Aws::Proton::Types::ListServiceTemplatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListServiceTemplatesOutput
- 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 service template in the array of service templates, after the current requested list of service templates.
-
#templates ⇒ Array<Types::ServiceTemplateSummary>
An array of service templates with detail data.
Instance Attribute Details
#next_token ⇒ String
A token that indicates the location of the next service template in the array of service templates, after the current requested list of service templates.
4211 4212 4213 4214 4215 4216 |
# File 'lib/aws-sdk-proton/types.rb', line 4211 class ListServiceTemplatesOutput < Struct.new( :next_token, :templates) SENSITIVE = [] include Aws::Structure end |
#templates ⇒ Array<Types::ServiceTemplateSummary>
An array of service templates with detail data.
4211 4212 4213 4214 4215 4216 |
# File 'lib/aws-sdk-proton/types.rb', line 4211 class ListServiceTemplatesOutput < Struct.new( :next_token, :templates) SENSITIVE = [] include Aws::Structure end |