Class: Aws::Appflow::Types::SAPODataSourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The properties that are applied when using SAPOData as a flow source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_pathString

The object path specified in the SAPOData flow source.

Returns:

  • (String)


3986
3987
3988
3989
3990
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3986

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