Class: Aws::DLM::Types::GetLifecyclePoliciesResponse

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

#policiesArray<Types::LifecyclePolicySummary>

Summary information about the lifecycle policies.

Returns:



737
738
739
740
741
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 737

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