Class: Aws::DLM::Types::DeleteLifecyclePolicyRequest

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

Overview

Note:

When making an API call, you may pass DeleteLifecyclePolicyRequest data as a hash:

{
  policy_id: "PolicyId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

The identifier of the lifecycle policy.

Returns:

  • (String)


137
138
139
140
# File 'lib/aws-sdk-dlm/types.rb', line 137

class DeleteLifecyclePolicyRequest < Struct.new(
  :policy_id)
  include Aws::Structure
end