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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/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

Instance Attribute Details

#client_idString

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

Returns:

  • (String)


572
573
574
575
576
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 572

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