Class: Aws::OpenSearchServerless::Types::DeleteLifecyclePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteLifecyclePolicyRequest
- Defined in:
- gems/aws-sdk-opensearchserverless/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 lifecycle 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.
1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1072 class DeleteLifecyclePolicyRequest < Struct.new( :type, :name, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the policy to delete.
1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1072 class DeleteLifecyclePolicyRequest < Struct.new( :type, :name, :client_token) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
1072 1073 1074 1075 1076 1077 1078 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1072 class DeleteLifecyclePolicyRequest < Struct.new( :type, :name, :client_token) SENSITIVE = [] include Aws::Structure end |