Class: Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDeliveryDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the delivery destination that you want to delete.
Instance Attribute Details
#name ⇒ String
The name of the delivery destination that you want to delete. You can find a list of delivery destionation names by using the
- DescribeDeliveryDestinations][1
-
operation.
[1]: docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeDeliveryDestinations.html
873 874 875 876 877 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 873 class DeleteDeliveryDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |