Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4020 class PutDeliveryDestinationPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |