Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
The contents of the policy that you just created.
Instance Attribute Details
#policy ⇒ Types::Policy
The contents of the policy that you just created.
5914 5915 5916 5917 5918 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5914 class PutDeliveryDestinationPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |