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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#baseline_bandwidth_in_mbpsInteger

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

Returns:

  • (Integer)


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_iopsInteger

The baseline IOPS performance for the EBS card.

Returns:

  • (Integer)


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_bpsFloat

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

Returns:

  • (Float)


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_indexInteger

The index of the EBS card.

Returns:

  • (Integer)


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_mbpsInteger

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

Returns:

  • (Integer)


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_iopsInteger

The maximum IOPS performance for the EBS card.

Returns:

  • (Integer)


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_bpsFloat

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

Returns:

  • (Float)


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