Class: Aws::CostOptimizationHub::Types::BlockStoragePerformanceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb

Overview

Describes the Amazon Elastic Block Store performance configuration of the current and recommended resource configuration for a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iopsFloat

The number of I/O operations per second.

Returns:

  • (Float)


71
72
73
74
75
76
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 71

class BlockStoragePerformanceConfiguration < Struct.new(
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#throughputFloat

The throughput that the volume supports.

Returns:

  • (Float)


71
72
73
74
75
76
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 71

class BlockStoragePerformanceConfiguration < Struct.new(
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end