Class: Aws::ComputeOptimizer::Types::DBStorageConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ComputeOptimizer::Types::DBStorageConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-computeoptimizer/types.rb
 
Overview
The configuration of the recommended RDS storage.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #allocated_storage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the RDS storage in gigabytes (GB).
 - 
  
    
      #iops  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provisioned IOPs of the RDS storage.
 - 
  
    
      #max_allocated_storage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.
 - 
  
    
      #storage_throughput  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The storage throughput of the RDS storage.
 - 
  
    
      #storage_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of RDS storage.
 
Instance Attribute Details
#allocated_storage ⇒ Integer
The size of the RDS storage in gigabytes (GB).
      508 509 510 511 512 513 514 515 516  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 508 class DBStorageConfiguration < Struct.new( :storage_type, :allocated_storage, :iops, :max_allocated_storage, :storage_throughput) SENSITIVE = [] include Aws::Structure end  | 
  
#iops ⇒ Integer
The provisioned IOPs of the RDS storage.
      508 509 510 511 512 513 514 515 516  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 508 class DBStorageConfiguration < Struct.new( :storage_type, :allocated_storage, :iops, :max_allocated_storage, :storage_throughput) SENSITIVE = [] include Aws::Structure end  | 
  
#max_allocated_storage ⇒ Integer
The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.
      508 509 510 511 512 513 514 515 516  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 508 class DBStorageConfiguration < Struct.new( :storage_type, :allocated_storage, :iops, :max_allocated_storage, :storage_throughput) SENSITIVE = [] include Aws::Structure end  | 
  
#storage_throughput ⇒ Integer
The storage throughput of the RDS storage.
      508 509 510 511 512 513 514 515 516  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 508 class DBStorageConfiguration < Struct.new( :storage_type, :allocated_storage, :iops, :max_allocated_storage, :storage_throughput) SENSITIVE = [] include Aws::Structure end  | 
  
#storage_type ⇒ String
The type of RDS storage.
      508 509 510 511 512 513 514 515 516  | 
    
      # File 'lib/aws-sdk-computeoptimizer/types.rb', line 508 class DBStorageConfiguration < Struct.new( :storage_type, :allocated_storage, :iops, :max_allocated_storage, :storage_throughput) SENSITIVE = [] include Aws::Structure end  |