Class: Aws::IoT::Types::DescribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#before_substitution ⇒ Boolean
A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.
-
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
Instance Attribute Details
#before_substitution ⇒ Boolean
A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.
5970 5971 5972 5973 5974 5975 |
# File 'lib/aws-sdk-iot/types.rb', line 5970 class DescribeJobRequest < Struct.new( :job_id, :before_substitution) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
5970 5971 5972 5973 5974 5975 |
# File 'lib/aws-sdk-iot/types.rb', line 5970 class DescribeJobRequest < Struct.new( :job_id, :before_substitution) SENSITIVE = [] include Aws::Structure end |