Class: Aws::Proton::Types::ListEnvironmentsInput

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

#environment_templatesArray<Types::EnvironmentTemplateFilter>

An array of the versions of the environment template.



3746
3747
3748
3749
3750
3751
3752
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3746

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

#max_resultsInteger

The maximum number of environments to list.

Returns:

  • (Integer)


3746
3747
3748
3749
3750
3751
3752
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3746

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

#next_tokenString

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

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3746

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