Class: Aws::CustomerProfiles::Types::ServiceNowSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ServiceNowSourceProperties
- Includes:
- Structure
- Defined in:
- 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.
6708 6709 6710 6711 6712 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6708 class ServiceNowSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |