Class: Aws::CloudWatchLogs::Types::DeleteDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDestinationRequest
- Includes:
- Structure
- Defined in:
- 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.
1535 1536 1537 1538 1539 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1535 class DeleteDestinationRequest < Struct.new( :destination_name) SENSITIVE = [] include Aws::Structure end |