Class: Aws::Types::SearchTrainingPlanOfferingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchTrainingPlanOfferingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#training_plan_extension_offerings ⇒ ::Array[Types::TrainingPlanExtensionOffering]
Returns the value of attribute training_plan_extension_offerings.
-
#training_plan_offerings ⇒ ::Array[Types::TrainingPlanOffering]
Returns the value of attribute training_plan_offerings.
Instance Attribute Details
#training_plan_extension_offerings ⇒ ::Array[Types::TrainingPlanExtensionOffering]
Returns the value of attribute training_plan_extension_offerings.
10786 10787 10788 |
# File 'sig/types.rbs', line 10786 def training_plan_extension_offerings @training_plan_extension_offerings end |
#training_plan_offerings ⇒ ::Array[Types::TrainingPlanOffering]
Returns the value of attribute training_plan_offerings.
10785 10786 10787 |
# File 'sig/types.rbs', line 10785 def training_plan_offerings @training_plan_offerings end |