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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-dlm/types.rb', line 737

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