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
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.
2939 2940 2941 2942 2943 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2939 class InforNexusSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |