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.
8533 8534 8535 |
# File 'sig/types.rbs', line 8533 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8528 8529 8530 |
# File 'sig/types.rbs', line 8528 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8527 8528 8529 |
# File 'sig/types.rbs', line 8527 def next_token @next_token end |
#sort_by ⇒ "TrainingPlanName", ...
Returns the value of attribute sort_by.
8531 8532 8533 |
# File 'sig/types.rbs', line 8531 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8532 8533 8534 |
# File 'sig/types.rbs', line 8532 def sort_order @sort_order end |
#start_time_after ⇒ ::Time
Returns the value of attribute start_time_after.
8529 8530 8531 |
# File 'sig/types.rbs', line 8529 def start_time_after @start_time_after end |
#start_time_before ⇒ ::Time
Returns the value of attribute start_time_before.
8530 8531 8532 |
# File 'sig/types.rbs', line 8530 def start_time_before @start_time_before end |