Class: Aws::Proton::Types::ListEnvironmentTemplatesInput

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

#max_resultsInteger

The maximum number of environment templates to list.

Returns:

  • (Integer)


3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3704

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

#next_tokenString

A token that indicates the location of the next environment template in the array of environment templates, after the list of environment templates that was previously requested.

Returns:

  • (String)


3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3704

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