Class: Aws::RoboMaker::Types::CancelDeploymentJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CancelDeploymentJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ String
The deployment job ARN to cancel.
Instance Attribute Details
#job ⇒ String
The deployment job ARN to cancel.
106 107 108 109 110 |
# File 'lib/aws-sdk-robomaker/types.rb', line 106 class CancelDeploymentJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |