Class: Aws::Finspace::Types::ListKxEnvironmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxEnvironmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this request.
4362 4363 4364 4365 4366 4367 |
# File 'lib/aws-sdk-finspace/types.rb', line 4362 class ListKxEnvironmentsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
4362 4363 4364 4365 4366 4367 |
# File 'lib/aws-sdk-finspace/types.rb', line 4362 class ListKxEnvironmentsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |