Class: Aws::Types::ListJobRunsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4097
4098
4099
# File 'sig/types.rbs', line 4097

def domain_identifier
  @domain_identifier
end

#job_identifier::String

Returns the value of attribute job_identifier.

Returns:

  • (::String)


4098
4099
4100
# File 'sig/types.rbs', line 4098

def job_identifier
  @job_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4102
4103
4104
# File 'sig/types.rbs', line 4102

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4101
4102
4103
# File 'sig/types.rbs', line 4101

def next_token
  @next_token
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4100
4101
4102
# File 'sig/types.rbs', line 4100

def sort_order
  @sort_order
end

#status"SCHEDULED", ...

Returns the value of attribute status.

Returns:

  • ("SCHEDULED", "IN_PROGRESS", "SUCCESS", "PARTIALLY_SUCCEEDED", "FAILED", "ABORTED", "TIMED_OUT", "CANCELED")


4099
4100
4101
# File 'sig/types.rbs', line 4099

def status
  @status
end