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.
1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1237 class DeauthorizeConnectionRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |