Class: Aws::IoT::Types::ListJobExecutionsForThingRequest

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

#job_idString

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

Returns:

  • (String)


9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
# File 'lib/aws-sdk-iot/types.rb', line 9990

class ListJobExecutionsForThingRequest < Struct.new(
  :thing_name,
  :status,
  :namespace_id,
  :max_results,
  :next_token,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
# File 'lib/aws-sdk-iot/types.rb', line 9990

class ListJobExecutionsForThingRequest < Struct.new(
  :thing_name,
  :status,
  :namespace_id,
  :max_results,
  :next_token,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_idString

The namespace used to indicate that a job is a customer-managed job.

When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.

‘$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`

<note markdown=“1”> The ‘namespaceId` feature is only supported by IoT Greengrass at this time. For more information, see [Setting up IoT Greengrass core devices.]

</note>

[1]: docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html

Returns:

  • (String)


9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
# File 'lib/aws-sdk-iot/types.rb', line 9990

class ListJobExecutionsForThingRequest < Struct.new(
  :thing_name,
  :status,
  :namespace_id,
  :max_results,
  :next_token,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
# File 'lib/aws-sdk-iot/types.rb', line 9990

class ListJobExecutionsForThingRequest < Struct.new(
  :thing_name,
  :status,
  :namespace_id,
  :max_results,
  :next_token,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

An optional filter that lets you search for jobs that have the specified status.

Returns:

  • (String)


9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
# File 'lib/aws-sdk-iot/types.rb', line 9990

class ListJobExecutionsForThingRequest < Struct.new(
  :thing_name,
  :status,
  :namespace_id,
  :max_results,
  :next_token,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The thing name.

Returns:

  • (String)


9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
# File 'lib/aws-sdk-iot/types.rb', line 9990

class ListJobExecutionsForThingRequest < Struct.new(
  :thing_name,
  :status,
  :namespace_id,
  :max_results,
  :next_token,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end