Class: Aws::Types::ListJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3299
3300
3301
# File 'sig/types.rbs', line 3299

def max_results
  @max_results
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


3303
3304
3305
# File 'sig/types.rbs', line 3303

def namespace_id
  @namespace_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3300
3301
3302
# File 'sig/types.rbs', line 3300

def next_token
  @next_token
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "CANCELED", "COMPLETED", "DELETION_IN_PROGRESS", "SCHEDULED")


3297
3298
3299
# File 'sig/types.rbs', line 3297

def status
  @status
end

#target_selection"CONTINUOUS", "SNAPSHOT"

Returns the value of attribute target_selection.

Returns:

  • ("CONTINUOUS", "SNAPSHOT")


3298
3299
3300
# File 'sig/types.rbs', line 3298

def target_selection
  @target_selection
end

#thing_group_id::String

Returns the value of attribute thing_group_id.

Returns:

  • (::String)


3302
3303
3304
# File 'sig/types.rbs', line 3302

def thing_group_id
  @thing_group_id
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


3301
3302
3303
# File 'sig/types.rbs', line 3301

def thing_group_name
  @thing_group_name
end