Class: Aws::LocationService::Types::GetJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier of the job to retrieve.
Instance Attribute Details
#job_id ⇒ String
The unique identifier of the job to retrieve.
3673 3674 3675 3676 3677 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3673 class GetJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |