Class: Aws::Types::ListTrainingPlansRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrainingPlansRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::TrainingPlanFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "TrainingPlanName", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#start_time_after ⇒ ::Time
Returns the value of attribute start_time_after.
-
#start_time_before ⇒ ::Time
Returns the value of attribute start_time_before.
Instance Attribute Details
#filters ⇒ ::Array[Types::TrainingPlanFilter]
Returns the value of attribute filters.
8548 8549 8550 |
# File 'sig/types.rbs', line 8548 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
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.
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.
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.
8545 8546 8547 |
# File 'sig/types.rbs', line 8545 def start_time_before @start_time_before end |