Class: Aws::Types::ListTrainingJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_after::Time

Returns the value of attribute creation_time_after.

Returns:



8569
8570
8571
# File 'sig/types.rbs', line 8569

def creation_time_after
  @creation_time_after
end

#creation_time_before::Time

Returns the value of attribute creation_time_before.

Returns:



8570
8571
8572
# File 'sig/types.rbs', line 8570

def creation_time_before
  @creation_time_before
end

#last_modified_time_after::Time

Returns the value of attribute last_modified_time_after.

Returns:



8571
8572
8573
# File 'sig/types.rbs', line 8571

def last_modified_time_after
  @last_modified_time_after
end

#last_modified_time_before::Time

Returns the value of attribute last_modified_time_before.

Returns:



8572
8573
8574
# File 'sig/types.rbs', line 8572

def last_modified_time_before
  @last_modified_time_before
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



8568
8569
8570
# File 'sig/types.rbs', line 8568

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:



8573
8574
8575
# File 'sig/types.rbs', line 8573

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:



8567
8568
8569
# File 'sig/types.rbs', line 8567

def next_token
  @next_token
end

#sort_by"Name", ...

Returns the value of attribute sort_by.

Returns:



8575
8576
8577
# File 'sig/types.rbs', line 8575

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:



8576
8577
8578
# File 'sig/types.rbs', line 8576

def sort_order
  @sort_order
end

#status_equals"InProgress", ...

Returns the value of attribute status_equals.

Returns:



8574
8575
8576
# File 'sig/types.rbs', line 8574

def status_equals
  @status_equals
end

#training_plan_arn_equals::String

Returns the value of attribute training_plan_arn_equals.

Returns:



8578
8579
8580
# File 'sig/types.rbs', line 8578

def training_plan_arn_equals
  @training_plan_arn_equals
end

#warm_pool_status_equals"Available", ...

Returns the value of attribute warm_pool_status_equals.

Returns:



8577
8578
8579
# File 'sig/types.rbs', line 8577

def warm_pool_status_equals
  @warm_pool_status_equals
end