Class: Aws::Finspace::Types::DeleteKxScalingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteKxScalingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#environment_id ⇒ String
A unique identifier for the kdb environment, from where you want to delete the dataview.
-
#scaling_group_name ⇒ String
A unique identifier for the kdb scaling group.
Instance Attribute Details
#client_token ⇒ String
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.
1705 1706 1707 1708 1709 1710 1711 |
# File 'lib/aws-sdk-finspace/types.rb', line 1705 class DeleteKxScalingGroupRequest < Struct.new( :environment_id, :scaling_group_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment, from where you want to delete the dataview.
1705 1706 1707 1708 1709 1710 1711 |
# File 'lib/aws-sdk-finspace/types.rb', line 1705 class DeleteKxScalingGroupRequest < Struct.new( :environment_id, :scaling_group_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#scaling_group_name ⇒ String
A unique identifier for the kdb scaling group.
1705 1706 1707 1708 1709 1710 1711 |
# File 'lib/aws-sdk-finspace/types.rb', line 1705 class DeleteKxScalingGroupRequest < Struct.new( :environment_id, :scaling_group_name, :client_token) SENSITIVE = [] include Aws::Structure end |