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.
32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 |
# File 'lib/aws-sdk-ec2/types.rb', line 32680 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.
32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 |
# File 'lib/aws-sdk-ec2/types.rb', line 32680 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.
32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 |
# File 'lib/aws-sdk-ec2/types.rb', line 32680 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.
32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 |
# File 'lib/aws-sdk-ec2/types.rb', line 32680 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.
32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 |
# File 'lib/aws-sdk-ec2/types.rb', line 32680 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.
32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 |
# File 'lib/aws-sdk-ec2/types.rb', line 32680 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 |