Class: Aws::ComputeOptimizer::Types::VolumeRecommendation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Describes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the volume.

Returns:

  • (String)


7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#current_configurationTypes::VolumeConfiguration

An array of objects that describe the current configuration of the volume.



7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#current_performance_riskString

The risk of the current EBS volume not meeting the performance needs of its workloads. The higher the risk, the more likely the current EBS volume doesn’t have sufficient capacity.

Returns:

  • (String)


7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#effective_recommendation_preferencesTypes::EBSEffectiveRecommendationPreferences

Describes the effective recommendation preferences for Amazon EBS volume.



7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#findingString

The finding classification of the volume.

Findings for volumes include:

  • NotOptimized —A volume is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.

  • Optimized —An volume is considered optimized when Compute Optimizer determines that the volume is correctly provisioned to run your workload based on the chosen volume type. For optimized resources, Compute Optimizer might recommend a new generation volume type.

Returns:

  • (String)


7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_refresh_timestampTime

The timestamp of when the volume recommendation was last generated.

Returns:

  • (Time)


7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#look_back_period_in_daysFloat

The number of days for which utilization metrics were analyzed for the volume.

Returns:

  • (Float)


7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags assigned to your Amazon EBS volume recommendations.

Returns:



7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#utilization_metricsArray<Types::EBSUtilizationMetric>

An array of objects that describe the utilization metrics of the volume.

Returns:



7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#volume_arnString

The Amazon Resource Name (ARN) of the current volume.

Returns:

  • (String)


7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#volume_recommendation_optionsArray<Types::VolumeRecommendationOption>

An array of objects that describe the recommendation options for the volume.



7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7540

class VolumeRecommendation < Struct.new(
  :volume_arn,
  :account_id,
  :current_configuration,
  :finding,
  :utilization_metrics,
  :look_back_period_in_days,
  :volume_recommendation_options,
  :last_refresh_timestamp,
  :current_performance_risk,
  :effective_recommendation_preferences,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end