Class: Aws::Types::VolumeRecommendationOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::VolumeConfiguration

Returns the value of attribute configuration.



1303
1304
1305
# File 'sig/types.rbs', line 1303

def configuration
  @configuration
end

#performance_risk::Float

Returns the value of attribute performance_risk.

Returns:

  • (::Float)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def performance_risk
  @performance_risk
end

#rank::Integer

Returns the value of attribute rank.

Returns:

  • (::Integer)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def rank
  @rank
end

#savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute savings_opportunity.



1306
1307
1308
# File 'sig/types.rbs', line 1306

def savings_opportunity
  @savings_opportunity
end

#savings_opportunity_after_discountsTypes::EBSSavingsOpportunityAfterDiscounts

Returns the value of attribute savings_opportunity_after_discounts.



1307
1308
1309
# File 'sig/types.rbs', line 1307

def savings_opportunity_after_discounts
  @savings_opportunity_after_discounts
end