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
Note:
When making an API call, you may pass DescribeDeploymentJobRequest data as a hash:
{
job: "Arn", # required
}
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.
2370 2371 2372 2373 2374 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2370 class DescribeDeploymentJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |