Class: Aws::Types::RightsizingRecommendationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#benefits_consideredBoolean

Returns the value of attribute benefits_considered.

Returns:

  • (Boolean)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def benefits_considered
  @benefits_considered
end

#recommendation_target"SAME_INSTANCE_FAMILY", "CROSS_INSTANCE_FAMILY"

Returns the value of attribute recommendation_target.

Returns:

  • ("SAME_INSTANCE_FAMILY", "CROSS_INSTANCE_FAMILY")


1267
1268
1269
# File 'sig/types.rbs', line 1267

def recommendation_target
  @recommendation_target
end