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.
914 915 916 917 918 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 914 class DeleteDestinationRequest < Struct.new( :destination_name) SENSITIVE = [] include Aws::Structure end |