Class: Aws::OpenSearchServerless::Types::DeleteSecurityPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteSecurityPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier to ensure idempotency of the request.
-
#name ⇒ String
The name of the policy to delete.
-
#type ⇒ String
The type of policy.
Instance Attribute Details
#client_token ⇒ String
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.
1069 1070 1071 1072 1073 1074 1075 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1069 class DeleteSecurityPolicyRequest < Struct.new( :type, :name, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy to delete.
1069 1070 1071 1072 1073 1074 1075 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1069 class DeleteSecurityPolicyRequest < Struct.new( :type, :name, :client_token) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of policy.
1069 1070 1071 1072 1073 1074 1075 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1069 class DeleteSecurityPolicyRequest < Struct.new( :type, :name, :client_token) SENSITIVE = [] include Aws::Structure end |