Class: Aws::Appflow::Types::InforNexusSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::InforNexusSourceProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass InforNexusSourceProperties data as a hash:
{
object: "Object", # required
}
The properties that are applied when Infor Nexus is being used as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Infor Nexus flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Infor Nexus flow source.
4239 4240 4241 4242 4243 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4239 class InforNexusSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |