Class: Aws::Types::DynatraceOAuthClientCredentialsConfig

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)


511
512
513
# File 'sig/types.rbs', line 511

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def client_name
  @client_name
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def client_secret
  @client_secret
end

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

Returns the value of attribute exchange_parameters.

Returns:

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


512
513
514
# File 'sig/types.rbs', line 512

def exchange_parameters
  @exchange_parameters
end