Class: Aws::Types::SAPODataSourceProperties
- Inherits:
-
Object
- Object
- Aws::Types::SAPODataSourceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_path ⇒ ::String
Returns the value of attribute object_path.
-
#pagination_config ⇒ Types::SAPODataPaginationConfig
Returns the value of attribute pagination_config.
-
#parallelism_config ⇒ Types::SAPODataParallelismConfig
Returns the value of attribute parallelism_config.
Instance Attribute Details
#object_path ⇒ ::String
Returns the value of attribute object_path.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def object_path @object_path end |
#pagination_config ⇒ Types::SAPODataPaginationConfig
Returns the value of attribute pagination_config.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def pagination_config @pagination_config end |
#parallelism_config ⇒ Types::SAPODataParallelismConfig
Returns the value of attribute parallelism_config.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def parallelism_config @parallelism_config end |