Class: Aws::EventBridge::Types::ConnectionOAuthClientResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ConnectionOAuthClientResponseParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Contains the client response parameters for the connection when OAuth is specified as the authorization type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The client ID associated with the response to the connection request.
Instance Attribute Details
#client_id ⇒ String
The client ID associated with the response to the connection request.
572 573 574 575 576 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 572 class ConnectionOAuthClientResponseParameters < Struct.new( :client_id) SENSITIVE = [] include Aws::Structure end |