Class: Aws::EC2::Types::EbsCardInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#baseline_bandwidth_in_mbpsInteger

The baseline bandwidth performance for the EBS card, in Mbps.

Returns:

  • (Integer)


38633
38634
38635
38636
38637
38638
38639
38640
38641
38642
38643
# File 'lib/aws-sdk-ec2/types.rb', line 38633

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_iopsInteger

The baseline IOPS performance for the EBS card.

Returns:

  • (Integer)


38633
38634
38635
38636
38637
38638
38639
38640
38641
38642
38643
# File 'lib/aws-sdk-ec2/types.rb', line 38633

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_bpsFloat

The baseline throughput performance for the EBS card, in MBps.

Returns:

  • (Float)


38633
38634
38635
38636
38637
38638
38639
38640
38641
38642
38643
# File 'lib/aws-sdk-ec2/types.rb', line 38633

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_indexInteger

The index of the EBS card.

Returns:

  • (Integer)


38633
38634
38635
38636
38637
38638
38639
38640
38641
38642
38643
# File 'lib/aws-sdk-ec2/types.rb', line 38633

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_mbpsInteger

The maximum bandwidth performance for the EBS card, in Mbps.

Returns:

  • (Integer)


38633
38634
38635
38636
38637
38638
38639
38640
38641
38642
38643
# File 'lib/aws-sdk-ec2/types.rb', line 38633

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_iopsInteger

The maximum IOPS performance for the EBS card.

Returns:

  • (Integer)


38633
38634
38635
38636
38637
38638
38639
38640
38641
38642
38643
# File 'lib/aws-sdk-ec2/types.rb', line 38633

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_bpsFloat

The maximum throughput performance for the EBS card, in MBps.

Returns:

  • (Float)


38633
38634
38635
38636
38637
38638
38639
38640
38641
38642
38643
# File 'lib/aws-sdk-ec2/types.rb', line 38633

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