Class: Aws::Finspace::Types::ListKxScalingGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxScalingGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates where a results page should begin.
-
#scaling_groups ⇒ Array<Types::KxScalingGroup>
A list of scaling groups available in a kdb environment.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where a results page should begin.
4419 4420 4421 4422 4423 4424 |
# File 'lib/aws-sdk-finspace/types.rb', line 4419 class ListKxScalingGroupsResponse < Struct.new( :scaling_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#scaling_groups ⇒ Array<Types::KxScalingGroup>
A list of scaling groups available in a kdb environment.
4419 4420 4421 4422 4423 4424 |
# File 'lib/aws-sdk-finspace/types.rb', line 4419 class ListKxScalingGroupsResponse < Struct.new( :scaling_groups, :next_token) SENSITIVE = [] include Aws::Structure end |