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.
1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1321 class DeauthorizeConnectionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |