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)


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_iopsInteger

The baseline IOPS performance for the EBS card.

Returns:

  • (Integer)


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_bpsFloat

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

Returns:

  • (Float)


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_indexInteger

The index of the EBS card.

Returns:

  • (Integer)


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_mbpsInteger

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

Returns:

  • (Integer)


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_iopsInteger

The maximum IOPS performance for the EBS card.

Returns:

  • (Integer)


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_bpsFloat

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

Returns:

  • (Float)


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