Class: Aws::Finspace::Types::DeleteKxScalingGroupRequest

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

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1698
1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1698

class DeleteKxScalingGroupRequest < Struct.new(
  :environment_id,
  :scaling_group_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, from where you want to delete the dataview.

Returns:

  • (String)


1698
1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1698

class DeleteKxScalingGroupRequest < Struct.new(
  :environment_id,
  :scaling_group_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_group_nameString

A unique identifier for the kdb scaling group.

Returns:

  • (String)


1698
1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1698

class DeleteKxScalingGroupRequest < Struct.new(
  :environment_id,
  :scaling_group_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end