Class: Aws::Types::DescribeTrainingPlanExtensionHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrainingPlanExtensionHistoryResponse
- 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_extensions ⇒ ::Array[Types::TrainingPlanExtension]
Returns the value of attribute training_plan_extensions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5239 5240 5241 |
# File 'sig/types.rbs', line 5239 def next_token @next_token end |
#training_plan_extensions ⇒ ::Array[Types::TrainingPlanExtension]
Returns the value of attribute training_plan_extensions.
5238 5239 5240 |
# File 'sig/types.rbs', line 5238 def training_plan_extensions @training_plan_extensions end |