Class: Aws::Finspace::Types::ListKxEnvironmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxEnvironmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environments ⇒ Array<Types::KxEnvironment>
A list of environments in an account.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#environments ⇒ Array<Types::KxEnvironment>
A list of environments in an account.
4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-finspace/types.rb', line 4379 class ListKxEnvironmentsResponse < Struct.new( :environments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
4379 4380 4381 4382 4383 4384 |
# File 'lib/aws-sdk-finspace/types.rb', line 4379 class ListKxEnvironmentsResponse < Struct.new( :environments, :next_token) SENSITIVE = [] include Aws::Structure end |