Class: Aws::Appflow::Types::InforNexusSourceProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#objectString

The object specified in the Infor Nexus flow source.

Returns:

  • (String)


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