Class: Aws::CloudWatchLogs::Types::DeleteDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDestinationRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_name ⇒ String
The name of the destination.
Instance Attribute Details
#destination_name ⇒ String
The name of the destination.
1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1126 class DeleteDestinationRequest < Struct.new( :destination_name) SENSITIVE = [] include Aws::Structure end |