Class: Aws::Types::VolumeRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def 
  @account_id
end

#current_configurationTypes::VolumeConfiguration

Returns the value of attribute current_configuration.



1290
1291
1292
# File 'sig/types.rbs', line 1290

def current_configuration
  @current_configuration
end

#current_performance_risk"VeryLow", ...

Returns the value of attribute current_performance_risk.

Returns:

  • ("VeryLow", "Low", "Medium", "High")


1296
1297
1298
# File 'sig/types.rbs', line 1296

def current_performance_risk
  @current_performance_risk
end

#effective_recommendation_preferencesTypes::EBSEffectiveRecommendationPreferences

Returns the value of attribute effective_recommendation_preferences.



1297
1298
1299
# File 'sig/types.rbs', line 1297

def effective_recommendation_preferences
  @effective_recommendation_preferences
end

#finding"Optimized", "NotOptimized"

Returns the value of attribute finding.

Returns:

  • ("Optimized", "NotOptimized")


1291
1292
1293
# File 'sig/types.rbs', line 1291

def finding
  @finding
end

#last_refresh_timestamp::Time

Returns the value of attribute last_refresh_timestamp.

Returns:

  • (::Time)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def last_refresh_timestamp
  @last_refresh_timestamp
end

#look_back_period_in_days::Float

Returns the value of attribute look_back_period_in_days.

Returns:

  • (::Float)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def look_back_period_in_days
  @look_back_period_in_days
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1298
1299
1300
# File 'sig/types.rbs', line 1298

def tags
  @tags
end

#utilization_metrics::Array[Types::EBSUtilizationMetric]

Returns the value of attribute utilization_metrics.

Returns:



1292
1293
1294
# File 'sig/types.rbs', line 1292

def utilization_metrics
  @utilization_metrics
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def volume_arn
  @volume_arn
end

#volume_recommendation_options::Array[Types::VolumeRecommendationOption]

Returns the value of attribute volume_recommendation_options.

Returns:



1294
1295
1296
# File 'sig/types.rbs', line 1294

def volume_recommendation_options
  @volume_recommendation_options
end