Class: Aws::Types::UpdateConnectionOAuthClientRequestParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def client_secret
  @client_secret
end