Class: Aws::Types::ListTrainingPlansRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::TrainingPlanFilter]

Returns the value of attribute filters.



8595
8596
8597
# File 'sig/types.rbs', line 8595

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.



8590
8591
8592
# File 'sig/types.rbs', line 8590

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



8589
8590
8591
# File 'sig/types.rbs', line 8589

def next_token
  @next_token
end

#sort_by"TrainingPlanName", ...

Returns the value of attribute sort_by.



8593
8594
8595
# File 'sig/types.rbs', line 8593

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.



8594
8595
8596
# File 'sig/types.rbs', line 8594

def sort_order
  @sort_order
end

#start_time_after::Time

Returns the value of attribute start_time_after.



8591
8592
8593
# File 'sig/types.rbs', line 8591

def start_time_after
  @start_time_after
end

#start_time_before::Time

Returns the value of attribute start_time_before.



8592
8593
8594
# File 'sig/types.rbs', line 8592

def start_time_before
  @start_time_before
end