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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#baseline_bandwidth_in_mbpsInteger

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

Returns:

  • (Integer)


30077
30078
30079
30080
30081
30082
30083
30084
30085
30086
# File 'lib/aws-sdk-ec2/types.rb', line 30077

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_iopsInteger

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

Returns:

  • (Integer)


30077
30078
30079
30080
30081
30082
30083
30084
30085
30086
# File 'lib/aws-sdk-ec2/types.rb', line 30077

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_bpsFloat

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

Returns:

  • (Float)


30077
30078
30079
30080
30081
30082
30083
30084
30085
30086
# File 'lib/aws-sdk-ec2/types.rb', line 30077

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_mbpsInteger

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

Returns:

  • (Integer)


30077
30078
30079
30080
30081
30082
30083
30084
30085
30086
# File 'lib/aws-sdk-ec2/types.rb', line 30077

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_iopsInteger

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

Returns:

  • (Integer)


30077
30078
30079
30080
30081
30082
30083
30084
30085
30086
# File 'lib/aws-sdk-ec2/types.rb', line 30077

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_bpsFloat

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

Returns:

  • (Float)


30077
30078
30079
30080
30081
30082
30083
30084
30085
30086
# File 'lib/aws-sdk-ec2/types.rb', line 30077

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