Class: Aws::Types::AIRecommendationInstanceDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#copy_count_per_instance::Integer

Returns the value of attribute copy_count_per_instance.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def copy_count_per_instance
  @copy_count_per_instance
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def instance_count
  @instance_count
end

#instance_type"ml.g5.xlarge", ...

Returns the value of attribute instance_type.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def instance_type
  @instance_type
end