Class: Aws::Types::ListTrainingPlansRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::TrainingPlanFilter]

Returns the value of attribute filters.

Returns:



8548
8549
8550
# File 'sig/types.rbs', line 8548

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8543
8544
8545
# File 'sig/types.rbs', line 8543

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8542
8543
8544
# File 'sig/types.rbs', line 8542

def next_token
  @next_token
end

#sort_by"TrainingPlanName", ...

Returns the value of attribute sort_by.

Returns:

  • ("TrainingPlanName", "StartTime", "Status")


8546
8547
8548
# File 'sig/types.rbs', line 8546

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8547
8548
8549
# File 'sig/types.rbs', line 8547

def sort_order
  @sort_order
end

#start_time_after::Time

Returns the value of attribute start_time_after.

Returns:

  • (::Time)


8544
8545
8546
# File 'sig/types.rbs', line 8544

def start_time_after
  @start_time_after
end

#start_time_before::Time

Returns the value of attribute start_time_before.

Returns:

  • (::Time)


8545
8546
8547
# File 'sig/types.rbs', line 8545

def start_time_before
  @start_time_before
end