Class: Aws::DLM::Types::GetLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::GetLifecyclePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::LifecyclePolicy
Detailed information about the lifecycle policy.
Instance Attribute Details
#policy ⇒ Types::LifecyclePolicy
Detailed information about the lifecycle policy.
761 762 763 764 765 |
# File 'lib/aws-sdk-dlm/types.rb', line 761 class GetLifecyclePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |