Class: Aws::CloudWatchLogs::Types::Policy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::Policy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
A structure that contains information about one delivery destination policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_destination_policy ⇒ String
The contents of the delivery destination policy.
Instance Attribute Details
#delivery_destination_policy ⇒ String
The contents of the delivery destination policy.
6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6820 class Policy < Struct.new( :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end |