Class: Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetDeliveryDestinationPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
The IAM policy for this delivery destination.
Instance Attribute Details
#policy ⇒ Types::Policy
The IAM policy for this delivery destination.
3733 3734 3735 3736 3737 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3733 class GetDeliveryDestinationPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |