Class: Aws::Appflow::Types::ServiceNowSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ServiceNowSourceProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass ServiceNowSourceProperties data as a hash:
{
object: "Object", # required
}
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.
3615 3616 3617 3618 3619 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3615 class ServiceNowSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |