Method: Aws::Appflow::Types::InforNexusSourceProperties#object
- Defined in:
- lib/aws-sdk-appflow/types.rb
#object ⇒ String
The object specified in the Infor Nexus flow source.
2939 2940 2941 2942 2943 |
# File 'lib/aws-sdk-appflow/types.rb', line 2939 class InforNexusSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |