Class: Aws::LocationService::Types::JobInputOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::JobInputOptions
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Configuration for input data location and format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
Input data format.
-
#location ⇒ String
S3 ARN or URI where input files are stored.
Instance Attribute Details
#format ⇒ String
Input data format. Currently only Parquet is supported.
4230 4231 4232 4233 4234 4235 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4230 class JobInputOptions < Struct.new( :location, :format) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
S3 ARN or URI where input files are stored.
4230 4231 4232 4233 4234 4235 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4230 class JobInputOptions < Struct.new( :location, :format) SENSITIVE = [] include Aws::Structure end |