Class: Aws::DLM::Types::GetLifecyclePolicyResponse

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

#policyTypes::LifecyclePolicy

Detailed information about the lifecycle policy.



761
762
763
764
765
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 761

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