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.
6113 6114 6115 6116 6117 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6113 class Policy < Struct.new( :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end |