Class: Aws::Finspace::Types::DeleteKxEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::DeleteKxEnvironmentRequest
- 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.
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.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-finspace/types.rb', line 1676 class DeleteKxEnvironmentRequest < Struct.new( :environment_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-finspace/types.rb', line 1676 class DeleteKxEnvironmentRequest < Struct.new( :environment_id, :client_token) SENSITIVE = [] include Aws::Structure end |