Class: Aws::Types::CreateTrainingPlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

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.

Returns:

  • (::Integer)


2910
2911
2912
# File 'sig/types.rbs', line 2910

def spare_instance_count_per_ultra_server
  @spare_instance_count_per_ultra_server
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2911
2912
2913
# File 'sig/types.rbs', line 2911

def tags
  @tags
end

#training_plan_name::String

Returns the value of attribute training_plan_name.

Returns:

  • (::String)


2908
2909
2910
# File 'sig/types.rbs', line 2908

def training_plan_name
  @training_plan_name
end

#training_plan_offering_id::String

Returns the value of attribute training_plan_offering_id.

Returns:

  • (::String)


2909
2910
2911
# File 'sig/types.rbs', line 2909

def training_plan_offering_id
  @training_plan_offering_id
end