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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


30298
30299
30300
30301
30302
30303
30304
30305
30306
30307
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30298

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)


30298
30299
30300
30301
30302
30303
30304
30305
30306
30307
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30298

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)


30298
30299
30300
30301
30302
30303
30304
30305
30306
30307
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30298

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)


30298
30299
30300
30301
30302
30303
30304
30305
30306
30307
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30298

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)


30298
30299
30300
30301
30302
30303
30304
30305
30306
30307
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30298

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)


30298
30299
30300
30301
30302
30303
30304
30305
30306
30307
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30298

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