Class: Aws::DataExchange::Types::StartJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::StartJobRequest
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier for a job.
Instance Attribute Details
#job_id ⇒ String
The unique identifier for a job.
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 |