Class: Aws::DataExchange::Types::GetJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier for a job.

Returns:

  • (String)


1406
1407
1408
1409
1410
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1406

class GetJobRequest < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end