Class: Aws::EventBridge::Types::DeleteConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeleteConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/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.
1313 1314 1315 1316 1317 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1313 class DeleteConnectionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |