Class: Aws::Types::RemoteAgentOAuthClientCredentialsConfig

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)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def client_name
  @client_name
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def client_secret
  @client_secret
end

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

Returns the value of attribute exchange_parameters.

Returns:

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


1536
1537
1538
# File 'sig/types.rbs', line 1536

def exchange_parameters
  @exchange_parameters
end

#exchange_url::String

Returns the value of attribute exchange_url.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def exchange_url
  @exchange_url
end

#scopes::Array[::String]

Returns the value of attribute scopes.

Returns:

  • (::Array[::String])


1539
1540
1541
# File 'sig/types.rbs', line 1539

def scopes
  @scopes
end