Class: Aws::Types::PagerDutyOAuthClientCredentialsConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def client_name
  @client_name
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def client_secret
  @client_secret
end

#exchange_parameters::Hash[::String, ::String]

Returns the value of attribute exchange_parameters.

Returns:

  • (::Hash[::String, ::String])


1283
1284
1285
# File 'sig/types.rbs', line 1283

def exchange_parameters
  @exchange_parameters
end