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

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

#environmentsArray<Types::KxEnvironment>

A list of environments in an account.

Returns:



4354
4355
4356
4357
4358
4359
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4354

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)


4354
4355
4356
4357
4358
4359
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4354

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