Class: Aws::Types::EbsCardInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_bandwidth_in_mbps::Integer

Returns the value of attribute baseline_bandwidth_in_mbps.

Returns:

  • (::Integer)


8925
8926
8927
# File 'sig/types.rbs', line 8925

def baseline_bandwidth_in_mbps
  @baseline_bandwidth_in_mbps
end

#baseline_iops::Integer

Returns the value of attribute baseline_iops.

Returns:

  • (::Integer)


8927
8928
8929
# File 'sig/types.rbs', line 8927

def baseline_iops
  @baseline_iops
end

#baseline_throughput_in_m_bps::Float

Returns the value of attribute baseline_throughput_in_m_bps.

Returns:

  • (::Float)


8926
8927
8928
# File 'sig/types.rbs', line 8926

def baseline_throughput_in_m_bps
  @baseline_throughput_in_m_bps
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


8924
8925
8926
# File 'sig/types.rbs', line 8924

def ebs_card_index
  @ebs_card_index
end

#maximum_bandwidth_in_mbps::Integer

Returns the value of attribute maximum_bandwidth_in_mbps.

Returns:

  • (::Integer)


8928
8929
8930
# File 'sig/types.rbs', line 8928

def maximum_bandwidth_in_mbps
  @maximum_bandwidth_in_mbps
end

#maximum_iops::Integer

Returns the value of attribute maximum_iops.

Returns:

  • (::Integer)


8930
8931
8932
# File 'sig/types.rbs', line 8930

def maximum_iops
  @maximum_iops
end

#maximum_throughput_in_m_bps::Float

Returns the value of attribute maximum_throughput_in_m_bps.

Returns:

  • (::Float)


8929
8930
8931
# File 'sig/types.rbs', line 8929

def maximum_throughput_in_m_bps
  @maximum_throughput_in_m_bps
end