Class: Aws::IoTJobsDataPlane::Types::GetPendingJobExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::GetPendingJobExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#thing_name ⇒ String
The name of the thing that is executing the job.
Instance Attribute Details
#thing_name ⇒ String
The name of the thing that is executing the job.
68 69 70 71 72 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 68 class GetPendingJobExecutionsRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |