You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::EbsOptimizedInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the optimized EBS performance for supported instance types.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_bandwidth_in_mbpsInteger

The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

Returns:

  • (Integer)

    The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

#baseline_iopsInteger

The baseline input/output storage operations per seconds for an EBS-optimized instance type.

Returns:

  • (Integer)

    The baseline input/output storage operations per seconds for an EBS-optimized instance type.

#baseline_throughput_in_m_bpsFloat

The baseline throughput performance for an EBS-optimized instance type, in MB/s.

Returns:

  • (Float)

    The baseline throughput performance for an EBS-optimized instance type, in MB/s.

#maximum_bandwidth_in_mbpsInteger

The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

Returns:

  • (Integer)

    The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

#maximum_iopsInteger

The maximum input/output storage operations per second for an EBS-optimized instance type.

Returns:

  • (Integer)

    The maximum input/output storage operations per second for an EBS-optimized instance type.

#maximum_throughput_in_m_bpsFloat

The maximum throughput performance for an EBS-optimized instance type, in MB/s.

Returns:

  • (Float)

    The maximum throughput performance for an EBS-optimized instance type, in MB/s.