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.
38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38451 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.
38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38451 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.
38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38451 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.
38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38451 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.
38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38451 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.
38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38451 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.
38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38451 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 |