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