Class: Aws::Types::InstancePreference

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.



6860
6861
6862
# File 'sig/types.rbs', line 6860

def instance_count
  @instance_count
end

#instance_type"ml.m4.xlarge", ...

Returns the value of attribute instance_type.



6859
6860
6861
# File 'sig/types.rbs', line 6859

def instance_type
  @instance_type
end

#training_plan_arns::Array[::String]

Returns the value of attribute training_plan_arns.



6861
6862
6863
# File 'sig/types.rbs', line 6861

def training_plan_arns
  @training_plan_arns
end