Class: Aws::OpenSearchServerless::Types::DeleteLifecyclePolicyRequest

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)


960
961
962
963
964
965
966
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 960

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

#nameString

The name of the policy to delete.

Returns:

  • (String)


960
961
962
963
964
965
966
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 960

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

#typeString

The type of lifecycle policy.

Returns:

  • (String)


960
961
962
963
964
965
966
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 960

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