Class: Aws::Finspace::Types::ListKxScalingGroupsRequest

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

#environment_idString

A unique identifier for the kdb environment, for which you want to retrieve a list of scaling groups.

Returns:

  • (String)


4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4376

class ListKxScalingGroupsRequest < Struct.new(
  :environment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4376

class ListKxScalingGroupsRequest < Struct.new(
  :environment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4376
4377
4378
4379
4380
4381
4382
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4376

class ListKxScalingGroupsRequest < Struct.new(
  :environment_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end