Class: Aws::EventBridge::Types::DeauthorizeConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeauthorizeConnectionRequest
- 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 remove authorization from.
Instance Attribute Details
#name ⇒ String
The name of the connection to remove authorization from.
1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1394 class < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |