Class: Aws::EC2::Types::EbsCardInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EbsCardInfo
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the performance characteristics of an EBS card on the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_bandwidth_in_mbps ⇒ Integer
The baseline bandwidth performance for the EBS card, in Mbps.
-
#baseline_iops ⇒ Integer
The baseline IOPS performance for the EBS card.
-
#baseline_throughput_in_m_bps ⇒ Float
The baseline throughput performance for the EBS card, in MBps.
-
#ebs_card_index ⇒ Integer
The index of the EBS card.
-
#maximum_bandwidth_in_mbps ⇒ Integer
The maximum bandwidth performance for the EBS card, in Mbps.
-
#maximum_iops ⇒ Integer
The maximum IOPS performance for the EBS card.
-
#maximum_throughput_in_m_bps ⇒ Float
The maximum throughput performance for the EBS card, in MBps.
Instance Attribute Details
#baseline_bandwidth_in_mbps ⇒ Integer
The baseline bandwidth performance for the EBS card, in Mbps.
37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37766 class EbsCardInfo < Struct.new( :ebs_card_index, :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 IOPS performance for the EBS card.
37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37766 class EbsCardInfo < Struct.new( :ebs_card_index, :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 the EBS card, in MBps.
37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37766 class EbsCardInfo < Struct.new( :ebs_card_index, :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 |
#ebs_card_index ⇒ Integer
The index of the EBS card.
37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37766 class EbsCardInfo < Struct.new( :ebs_card_index, :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 the EBS card, in Mbps.
37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37766 class EbsCardInfo < Struct.new( :ebs_card_index, :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 IOPS performance for the EBS card.
37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37766 class EbsCardInfo < Struct.new( :ebs_card_index, :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 the EBS card, in MBps.
37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37766 class EbsCardInfo < Struct.new( :ebs_card_index, :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 |