Class: Aws::EC2::Types::EbsOptimizedInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EbsOptimizedInfo
- 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
-
#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.
32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32893 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.
32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32893 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.
32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32893 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.
32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32893 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.
32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32893 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.
32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32893 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 |