Class: Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutDeliveryDestinationPolicyRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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.
4008 4009 4010 4011 4012 4013 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4008 class PutDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name, :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end |
#delivery_destination_policy ⇒ String
The contents of the policy.
4008 4009 4010 4011 4012 4013 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4008 class PutDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name, :delivery_destination_policy) SENSITIVE = [] include Aws::Structure end |