Class: Aws::LocationService::Types::GetJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier of the job to retrieve.

Returns:

  • (String)


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