Class: Aws::CloudWatchEvents::Types::DeleteConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DeleteConnectionRequest
- 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 connection to delete.
Instance Attribute Details
#name ⇒ String
The name of the connection to delete.
1108 1109 1110 1111 1112 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1108 class DeleteConnectionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |