Class: Aws::CustomerProfiles::Types::ServiceNowSourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

The properties that are applied when ServiceNow is being used as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

The object specified in the ServiceNow flow source.

Returns:

  • (String)


4934
4935
4936
4937
4938
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4934

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