Class: Aws::Snowball::Types::CancelJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CancelJobRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The 39-character job ID for the job that you want to cancel, for example
JID123e4567-e89b-12d3-a456-426655440000
.
Instance Attribute Details
#job_id ⇒ String
The 39-character job ID for the job that you want to cancel, for
example JID123e4567-e89b-12d3-a456-426655440000
.
134 135 136 137 138 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 134 class CancelJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |