Class: Aws::Types::ListTrainingPlansResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrainingPlansResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#training_plan_summaries ⇒ ::Array[Types::TrainingPlanSummary]
Returns the value of attribute training_plan_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8600 8601 8602 |
# File 'sig/types.rbs', line 8600 def next_token @next_token end |
#training_plan_summaries ⇒ ::Array[Types::TrainingPlanSummary]
Returns the value of attribute training_plan_summaries.
8601 8602 8603 |
# File 'sig/types.rbs', line 8601 def training_plan_summaries @training_plan_summaries end |