Class: Aws::CloudWatchLogs::Types::DeleteDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Note:
When making an API call, you may pass DeleteDestinationRequest data as a hash:
{
destination_name: "DestinationName", # required
}
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.
242 243 244 245 246 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 242 class DeleteDestinationRequest < Struct.new( :destination_name) SENSITIVE = [] include Aws::Structure end |