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
Note:
When making an API call, you may pass StartJobRequest data as a hash:
{
job_id: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#job_id ⇒ String
3054 3055 3056 3057 3058 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3054 class StartJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |