Class: Aws::EC2::Types::EbsOptimizedInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::EbsOptimizedInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the optimized EBS performance for supported instance types.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #baseline_bandwidth_in_mbps  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
 - 
  
    
      #baseline_iops  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
 - 
  
    
      #baseline_throughput_in_m_bps  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
 - 
  
    
      #maximum_bandwidth_in_mbps  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
 - 
  
    
      #maximum_iops  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum input/output storage operations per second for an EBS-optimized instance type.
 - 
  
    
      #maximum_throughput_in_m_bps  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
 
Instance Attribute Details
#baseline_bandwidth_in_mbps ⇒ Integer
The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
      32723 32724 32725 32726 32727 32728 32729 32730 32731 32732  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32723 class EbsOptimizedInfo < Struct.new( :baseline_bandwidth_in_mbps, :baseline_throughput_in_m_bps, :baseline_iops, :maximum_bandwidth_in_mbps, :maximum_throughput_in_m_bps, :maximum_iops) SENSITIVE = [] include Aws::Structure end  | 
  
#baseline_iops ⇒ Integer
The baseline input/output storage operations per seconds for an EBS-optimized instance type.
      32723 32724 32725 32726 32727 32728 32729 32730 32731 32732  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32723 class EbsOptimizedInfo < Struct.new( :baseline_bandwidth_in_mbps, :baseline_throughput_in_m_bps, :baseline_iops, :maximum_bandwidth_in_mbps, :maximum_throughput_in_m_bps, :maximum_iops) SENSITIVE = [] include Aws::Structure end  | 
  
#baseline_throughput_in_m_bps ⇒ Float
The baseline throughput performance for an EBS-optimized instance type, in MB/s.
      32723 32724 32725 32726 32727 32728 32729 32730 32731 32732  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32723 class EbsOptimizedInfo < Struct.new( :baseline_bandwidth_in_mbps, :baseline_throughput_in_m_bps, :baseline_iops, :maximum_bandwidth_in_mbps, :maximum_throughput_in_m_bps, :maximum_iops) SENSITIVE = [] include Aws::Structure end  | 
  
#maximum_bandwidth_in_mbps ⇒ Integer
The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
      32723 32724 32725 32726 32727 32728 32729 32730 32731 32732  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32723 class EbsOptimizedInfo < Struct.new( :baseline_bandwidth_in_mbps, :baseline_throughput_in_m_bps, :baseline_iops, :maximum_bandwidth_in_mbps, :maximum_throughput_in_m_bps, :maximum_iops) SENSITIVE = [] include Aws::Structure end  | 
  
#maximum_iops ⇒ Integer
The maximum input/output storage operations per second for an EBS-optimized instance type.
      32723 32724 32725 32726 32727 32728 32729 32730 32731 32732  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32723 class EbsOptimizedInfo < Struct.new( :baseline_bandwidth_in_mbps, :baseline_throughput_in_m_bps, :baseline_iops, :maximum_bandwidth_in_mbps, :maximum_throughput_in_m_bps, :maximum_iops) SENSITIVE = [] include Aws::Structure end  | 
  
#maximum_throughput_in_m_bps ⇒ Float
The maximum throughput performance for an EBS-optimized instance type, in MB/s.
      32723 32724 32725 32726 32727 32728 32729 32730 32731 32732  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32723 class EbsOptimizedInfo < Struct.new( :baseline_bandwidth_in_mbps, :baseline_throughput_in_m_bps, :baseline_iops, :maximum_bandwidth_in_mbps, :maximum_throughput_in_m_bps, :maximum_iops) SENSITIVE = [] include Aws::Structure end  |