Class: Aws::Appflow::Types::SAPODataSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SAPODataSourceProperties
- 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
-
#object_path ⇒ String
The object path specified in the SAPOData flow source.
Instance Attribute Details
#object_path ⇒ String
The object path specified in the SAPOData flow source.
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 |