Method: Aws::Appflow::Types::InforNexusSourceProperties#object

Defined in:
lib/aws-sdk-appflow/types.rb

#objectString

The object specified in the Infor Nexus flow source.

Returns:

  • (String)


2939
2940
2941
2942
2943
# File 'lib/aws-sdk-appflow/types.rb', line 2939

class InforNexusSourceProperties < Struct.new(
  :object)
  SENSITIVE = []
  include Aws::Structure
end