Class: Aws::Types::ListModelInvocationJobsRequest

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)


2857
2858
2859
# File 'sig/types.rbs', line 2857

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


2856
2857
2858
# File 'sig/types.rbs', line 2856

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2858
2859
2860
# File 'sig/types.rbs', line 2858

def next_token
  @next_token
end

#sort_by"CreationTime"

Returns the value of attribute sort_by.

Returns:

  • ("CreationTime")


2859
2860
2861
# File 'sig/types.rbs', line 2859

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


2860
2861
2862
# File 'sig/types.rbs', line 2860

def sort_order
  @sort_order
end

#status_equals"Submitted", ...

Returns the value of attribute status_equals.

Returns:

  • ("Submitted", "InProgress", "Completed", "Failed", "Stopping", "Stopped", "PartiallyCompleted", "Expired", "Validating", "Scheduled")


2855
2856
2857
# File 'sig/types.rbs', line 2855

def status_equals
  @status_equals
end

#submit_time_after::Time

Returns the value of attribute submit_time_after.

Returns:

  • (::Time)


2853
2854
2855
# File 'sig/types.rbs', line 2853

def submit_time_after
  @submit_time_after
end

#submit_time_before::Time

Returns the value of attribute submit_time_before.

Returns:

  • (::Time)


2854
2855
2856
# File 'sig/types.rbs', line 2854

def submit_time_before
  @submit_time_before
end