Class: Aws::Finspace::Types::ListKxEnvironmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentsArray<Types::KxEnvironment>

A list of environments in an account.

Returns:



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_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


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