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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dsql/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)


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_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)


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

#identifierString

The ID of the cluster.

Returns:

  • (String)


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