Class: Aws::EventBridge::Types::ConnectionOAuthClientResponseParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

The client response parameters for the connection when OAuth is specified as the authorization type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The client ID associated with the response to the connection request.

Returns:

  • (String)


591
592
593
594
595
# File 'lib/aws-sdk-eventbridge/types.rb', line 591

class ConnectionOAuthClientResponseParameters < Struct.new(
  :client_id)
  SENSITIVE = []
  include Aws::Structure
end