Class: Aws::CustomerProfiles::Types::ServiceNowSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ServiceNowSourceProperties
- 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
-
#object ⇒ String
The object specified in the ServiceNow flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the ServiceNow flow source.
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 |