Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

The IAM policy for this delivery destination.

Returns:



2224
2225
2226
2227
2228
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2224

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