Class: Aws::Proton::Types::ListServiceTemplatesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


4211
4212
4213
4214
4215
4216
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4211

class ListServiceTemplatesOutput < Struct.new(
  :next_token,
  :templates)
  SENSITIVE = []
  include Aws::Structure
end

#templatesArray<Types::ServiceTemplateSummary>

An array of service templates with detail data.

Returns:



4211
4212
4213
4214
4215
4216
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4211

class ListServiceTemplatesOutput < Struct.new(
  :next_token,
  :templates)
  SENSITIVE = []
  include Aws::Structure
end