Class: Aws::Appflow::Types::ServiceNowConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ServiceNowConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile properties required when using ServiceNow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_url ⇒ String
The location of the ServiceNow resource.
Instance Attribute Details
#instance_url ⇒ String
The location of the ServiceNow resource.
4771 4772 4773 4774 4775 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4771 class ServiceNowConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |