Class: Aws::DataExchange::Types::CancelJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CancelJobRequest
- 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.
302 303 304 305 306 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 302 class CancelJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |