Class: Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationPolicyRequest
- 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 that you want to delete the policy for.
Instance Attribute Details
#delivery_destination_name ⇒ String
The name of the delivery destination that you want to delete the policy for.
1067 1068 1069 1070 1071 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1067 class DeleteDeliveryDestinationPolicyRequest < Struct.new( :delivery_destination_name) SENSITIVE = [] include Aws::Structure end |