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)


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.

Returns:



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

def tags
  @tags
end

#training_plan_name::String

Returns the value of attribute training_plan_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

def training_plan_offering_id
  @training_plan_offering_id
end