Class: Aws::Types::CreateTrainingPlanRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#spare_instance_count_per_ultra_server::Integer

Returns the value of attribute spare_instance_count_per_ultra_server.



2925
2926
2927
# File 'sig/types.rbs', line 2925

def spare_instance_count_per_ultra_server
  @spare_instance_count_per_ultra_server
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2926
2927
2928
# File 'sig/types.rbs', line 2926

def tags
  @tags
end

#training_plan_name::String

Returns the value of attribute training_plan_name.



2923
2924
2925
# File 'sig/types.rbs', line 2923

def training_plan_name
  @training_plan_name
end

#training_plan_offering_id::String

Returns the value of attribute training_plan_offering_id.



2924
2925
2926
# File 'sig/types.rbs', line 2924

def training_plan_offering_id
  @training_plan_offering_id
end