Class: Aws::DataExchange::Types::StartJobRequest

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)


3267
3268
3269
3270
3271
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3267

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