Class: Aws::Types::SalesforceConnectorProfileProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_url::String

Returns the value of attribute instance_url.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def instance_url
  @instance_url
end

#is_sandbox_environmentBoolean

Returns the value of attribute is_sandbox_environment.

Returns:

  • (Boolean)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def is_sandbox_environment
  @is_sandbox_environment
end

Returns the value of attribute use_private_link_for_metadata_and_authorization.

Returns:

  • (Boolean)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def 
  @use_private_link_for_metadata_and_authorization
end