Class: Aws::Types::CreateTrainingPlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrainingPlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#spare_instance_count_per_ultra_server ⇒ ::Integer
Returns the value of attribute spare_instance_count_per_ultra_server.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#training_plan_name ⇒ ::String
Returns the value of attribute training_plan_name.
-
#training_plan_offering_id ⇒ ::String
Returns the value of attribute training_plan_offering_id.
Instance Attribute Details
#spare_instance_count_per_ultra_server ⇒ ::Integer
Returns the value of attribute spare_instance_count_per_ultra_server.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def spare_instance_count_per_ultra_server @spare_instance_count_per_ultra_server end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def @tags end |
#training_plan_name ⇒ ::String
Returns the value of attribute training_plan_name.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def training_plan_name @training_plan_name end |
#training_plan_offering_id ⇒ ::String
Returns the value of attribute training_plan_offering_id.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def training_plan_offering_id @training_plan_offering_id end |