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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

The identifier of the lifecycle policy.

Returns:

  • (String)


483
484
485
486
487
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 483

class DeleteLifecyclePolicyRequest < Struct.new(
  :policy_id)
  SENSITIVE = []
  include Aws::Structure
end