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)


962
963
964
965
966
967
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 962

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

#next_tokenString

Retrieves the next page of the results.

Returns:

  • (String)


962
963
964
965
966
967
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 962

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