Class: Aws::CostOptimizationHub::Types::StorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::StorageConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
The storage configuration used for recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_in_gb ⇒ Float
The storage volume.
-
#type ⇒ String
The storage type.
Instance Attribute Details
#size_in_gb ⇒ Float
The storage volume.
1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1969 class StorageConfiguration < Struct.new( :type, :size_in_gb) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The storage type.
1969 1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1969 class StorageConfiguration < Struct.new( :type, :size_in_gb) SENSITIVE = [] include Aws::Structure end |