Class: Aws::CloudWatchEvents::Types::DeleteApiDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeleteApiDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the destination to delete.
Instance Attribute Details
#name ⇒ String
The name of the destination to delete.
1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1076 class DeleteApiDestinationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |