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)


4875
4876
4877
4878
4879
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4875

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