Class: Aws::Types::ListJobExecutionsForThingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3274
3275
3276
# File 'sig/types.rbs', line 3274

def job_id
  @job_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3272
3273
3274
# File 'sig/types.rbs', line 3272

def max_results
  @max_results
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


3271
3272
3273
# File 'sig/types.rbs', line 3271

def namespace_id
  @namespace_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3273
3274
3275
# File 'sig/types.rbs', line 3273

def next_token
  @next_token
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "TIMED_OUT", "REJECTED", "REMOVED", "CANCELED")


3270
3271
3272
# File 'sig/types.rbs', line 3270

def status
  @status
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


3269
3270
3271
# File 'sig/types.rbs', line 3269

def thing_name
  @thing_name
end