Class: Aws::RoboMaker::Types::DescribeDeploymentJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeDeploymentJobRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ String
The Amazon Resource Name (ARN) of the deployment job.
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (ARN) of the deployment job.
1881 1882 1883 1884 1885 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1881 class DescribeDeploymentJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |