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.
1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1027 class DeleteSecurityPolicyRequest < Struct.new( :client_token, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy to delete.
1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1027 class DeleteSecurityPolicyRequest < Struct.new( :client_token, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of policy.
1027 1028 1029 1030 1031 1032 1033 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1027 class DeleteSecurityPolicyRequest < Struct.new( :client_token, :name, :type) SENSITIVE = [] include Aws::Structure end |