Class: Aws::CloudWatchEvents::Types::ConnectionOAuthClientResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ConnectionOAuthClientResponseParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
545 546 547 548 549 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 545 class ConnectionOAuthClientResponseParameters < Struct.new( :client_id) SENSITIVE = [] include Aws::Structure end |