Class: Aws::CostOptimizationHub::Types::EbsVolumeConfiguration

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

Overview

The Amazon Elastic Block Store volume configuration used for recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_stateString

The Amazon Elastic Block Store attachment state.

Returns:

  • (String)


200
201
202
203
204
205
206
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 200

class EbsVolumeConfiguration < Struct.new(
  :attachment_state,
  :performance,
  :storage)
  SENSITIVE = []
  include Aws::Structure
end

#performanceTypes::BlockStoragePerformanceConfiguration

The Amazon Elastic Block Store performance configuration.



200
201
202
203
204
205
206
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 200

class EbsVolumeConfiguration < Struct.new(
  :attachment_state,
  :performance,
  :storage)
  SENSITIVE = []
  include Aws::Structure
end

#storageTypes::StorageConfiguration

The disk storage of the Amazon Elastic Block Store volume.



200
201
202
203
204
205
206
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 200

class EbsVolumeConfiguration < Struct.new(
  :attachment_state,
  :performance,
  :storage)
  SENSITIVE = []
  include Aws::Structure
end