Class: Aws::DSQL::Types::DeleteClusterPolicyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dsql/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


257
258
259
260
261
262
263
# File 'lib/aws-sdk-dsql/types.rb', line 257

class DeleteClusterPolicyInput < Struct.new(
  :identifier,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#expected_policy_versionString

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.

Returns:

  • (String)


257
258
259
260
261
262
263
# File 'lib/aws-sdk-dsql/types.rb', line 257

class DeleteClusterPolicyInput < Struct.new(
  :identifier,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the cluster.

Returns:

  • (String)


257
258
259
260
261
262
263
# File 'lib/aws-sdk-dsql/types.rb', line 257

class DeleteClusterPolicyInput < Struct.new(
  :identifier,
  :expected_policy_version,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end