Class: Aws::DSQL::Types::DeleteClusterPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::DeleteClusterPolicyInput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token so a request is only processed once.
-
#expected_policy_version ⇒ String
The expected version of the policy to delete.
-
#identifier ⇒ String
The ID of the cluster.
Instance Attribute Details
#client_token ⇒ String
Idempotency token so a request is only processed once.
A suitable default value is auto-generated. You should normally not need to pass this option.
252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 252 class DeleteClusterPolicyInput < Struct.new( :identifier, :expected_policy_version, :client_token) SENSITIVE = [] include Aws::Structure end |
#expected_policy_version ⇒ String
The expected version of the policy to delete. This parameter ensures that you're deleting the correct version of the policy and helps prevent accidental deletions.
252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 252 class DeleteClusterPolicyInput < Struct.new( :identifier, :expected_policy_version, :client_token) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the cluster.
252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 252 class DeleteClusterPolicyInput < Struct.new( :identifier, :expected_policy_version, :client_token) SENSITIVE = [] include Aws::Structure end |