Class: Aws::Types::SalesforceConnectorProfileProperties
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceConnectorProfileProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_url ⇒ ::String
Returns the value of attribute instance_url.
-
#is_sandbox_environment ⇒ Boolean
Returns the value of attribute is_sandbox_environment.
-
#use_private_link_for_metadata_and_authorization ⇒ Boolean
Returns the value of attribute use_private_link_for_metadata_and_authorization.
Instance Attribute Details
#instance_url ⇒ ::String
Returns the value of attribute instance_url.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def instance_url @instance_url end |
#is_sandbox_environment ⇒ Boolean
Returns the value of attribute is_sandbox_environment.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def is_sandbox_environment @is_sandbox_environment end |
#use_private_link_for_metadata_and_authorization ⇒ Boolean
Returns the value of attribute use_private_link_for_metadata_and_authorization.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def @use_private_link_for_metadata_and_authorization end |