Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_destination_name ⇒ String
The name of the delivery destination to assign this policy to.
-
#delivery_destination_policy ⇒ String
The contents of the policy.
Instance Attribute Details
#delivery_destination_name ⇒ String
The name of the delivery destination to assign this policy to.
5249 5250 5251 5252 5253 5254 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5249 class PutDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name, :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end |
#delivery_destination_policy ⇒ String
The contents of the policy.
5249 5250 5251 5252 5253 5254 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 5249 class PutDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name, :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end |