Class: Aws::DataExchange::Types::StartJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::StartJobRequest
- Includes:
- Structure
- Defined in:
- 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.
3880 3881 3882 3883 3884 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3880 class StartJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |