Class: Aws::IoTJobsDataPlane::Types::GetPendingJobExecutionsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

The name of the thing that is executing the job.

Returns:

  • (String)


68
69
70
71
72
# File 'gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb', line 68

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