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.
2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2491 class GetDeliveryDestinationPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |