Class: Aws::CloudWatchEvents::Types::ConnectionOAuthClientResponseParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#client_idString

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

Returns:

  • (String)


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