Class: Aws::Finspace::Types::ListEnvironmentsResponse

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::Environment>

A list of all of your FinSpace environments.

Returns:



4071
4072
4073
4074
4075
4076
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4071

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

#next_tokenString

A token that you can use in a subsequent call to retrieve the next set of results.

Returns:

  • (String)


4071
4072
4073
4074
4075
4076
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4071

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