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.
8553 8554 8555 |
# File 'sig/types.rbs', line 8553 def next_token @next_token end |
#training_plan_summaries ⇒ ::Array[Types::TrainingPlanSummary]
Returns the value of attribute training_plan_summaries.
8554 8555 8556 |
# File 'sig/types.rbs', line 8554 def training_plan_summaries @training_plan_summaries end |