Class: Aws::OpenSearchServerless::Types::DeleteSecurityPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier to ensure idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1017
1018
1019
1020
1021
1022
1023
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1017

class DeleteSecurityPolicyRequest < Struct.new(
  :client_token,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the policy to delete.

Returns:

  • (String)


1017
1018
1019
1020
1021
1022
1023
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1017

class DeleteSecurityPolicyRequest < Struct.new(
  :client_token,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of policy.

Returns:

  • (String)


1017
1018
1019
1020
1021
1022
1023
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1017

class DeleteSecurityPolicyRequest < Struct.new(
  :client_token,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end