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.
30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 |
# File 'lib/aws-sdk-ec2/types.rb', line 30721 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.
30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 |
# File 'lib/aws-sdk-ec2/types.rb', line 30721 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.
30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 |
# File 'lib/aws-sdk-ec2/types.rb', line 30721 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.
30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 |
# File 'lib/aws-sdk-ec2/types.rb', line 30721 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.
30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 |
# File 'lib/aws-sdk-ec2/types.rb', line 30721 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.
30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 |
# File 'lib/aws-sdk-ec2/types.rb', line 30721 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 |