Class: Aws::Proton::Types::ListEnvironmentTemplatesOutput

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 environment template in the array of environment templates, after the current requested list of environment templates.

Returns:

  • (String)


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

#templatesArray<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