Class: Aws::Appflow::Types::ServiceNowConnectorProfileProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

Note:

When making an API call, you may pass ServiceNowConnectorProfileProperties data as a hash:

{
  instance_url: "InstanceUrl", # required
}

The connector-specific profile properties required when using ServiceNow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_urlString

The location of the ServiceNow resource.

Returns:

  • (String)


3865
3866
3867
3868
3869
# File 'lib/aws-sdk-appflow/types.rb', line 3865

class ServiceNowConnectorProfileProperties < Struct.new(
  :instance_url)
  SENSITIVE = []
  include Aws::Structure
end