Method: Aws::Appflow::Types::ServiceNowConnectorProfileProperties#instance_url
- Defined in:
- lib/aws-sdk-appflow/types.rb
#instance_url ⇒ String
The location of the ServiceNow resource.
4771 4772 4773 4774 4775 |
# File 'lib/aws-sdk-appflow/types.rb', line 4771 class ServiceNowConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |