Class: Aws::IoT::Types::GetJobDocumentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#before_substitutionBoolean

A flag that provides a view of the job document before and after the substitution parameters have been resolved with their exact values.

Returns:

  • (Boolean)


7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-iot/types.rb', line 7691

class GetJobDocumentRequest < Struct.new(
  :job_id,
  :before_substitution)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier you assigned to this job when it was created.

Returns:

  • (String)


7691
7692
7693
7694
7695
7696
# File 'lib/aws-sdk-iot/types.rb', line 7691

class GetJobDocumentRequest < Struct.new(
  :job_id,
  :before_substitution)
  SENSITIVE = []
  include Aws::Structure
end