Class: Aws::MWAA::Types::ListEnvironmentsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to retrieve per page. For example, 5 environments per page.

Returns:

  • (Integer)


900
901
902
903
904
905
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 900

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

#next_tokenString

Retrieves the next page of the results.

Returns:

  • (String)


900
901
902
903
904
905
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 900

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