Class: Aws::Finspace::Types::ListKxEnvironmentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


4337
4338
4339
4340
4341
4342
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4337

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4337

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