Class: Aws::DLM::Types::DeleteLifecyclePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::DeleteLifecyclePolicyRequest
- Defined in:
- gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
The identifier of the lifecycle policy.
Instance Attribute Details
#policy_id ⇒ String
The identifier of the lifecycle policy.
497 498 499 500 501 |
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 497 class DeleteLifecyclePolicyRequest < Struct.new( :policy_id) SENSITIVE = [] include Aws::Structure end |