Class: Aws::RoboMaker::Types::DescribeDeploymentJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobString

The Amazon Resource Name (ARN) of the deployment job.

Returns:

  • (String)


1885
1886
1887
1888
1889
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1885

class DescribeDeploymentJobRequest < Struct.new(
  :job)
  SENSITIVE = []
  include Aws::Structure
end