Class: Aws::Types::SalesforceSourceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_type"OAUTH2_CLIENT_CREDENTIALS"

Returns the value of attribute auth_type.

Returns:



2546
2547
2548
# File 'sig/types.rbs', line 2546

def auth_type
  @auth_type
end

#credentials_secret_arn::String

Returns the value of attribute credentials_secret_arn.

Returns:



2547
2548
2549
# File 'sig/types.rbs', line 2547

def credentials_secret_arn
  @credentials_secret_arn
end

#host_url::String

Returns the value of attribute host_url.

Returns:



2545
2546
2547
# File 'sig/types.rbs', line 2545

def host_url
  @host_url
end