Class: Aws::Types::EbsOptimizedInfo

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)


8965
8966
8967
# File 'sig/types.rbs', line 8965

def baseline_bandwidth_in_mbps
  @baseline_bandwidth_in_mbps
end

#baseline_iops::Integer

Returns the value of attribute baseline_iops.

Returns:

  • (::Integer)


8967
8968
8969
# File 'sig/types.rbs', line 8967

def baseline_iops
  @baseline_iops
end

#baseline_throughput_in_m_bps::Float

Returns the value of attribute baseline_throughput_in_m_bps.

Returns:

  • (::Float)


8966
8967
8968
# File 'sig/types.rbs', line 8966

def baseline_throughput_in_m_bps
  @baseline_throughput_in_m_bps
end

#maximum_bandwidth_in_mbps::Integer

Returns the value of attribute maximum_bandwidth_in_mbps.

Returns:

  • (::Integer)


8968
8969
8970
# File 'sig/types.rbs', line 8968

def maximum_bandwidth_in_mbps
  @maximum_bandwidth_in_mbps
end

#maximum_iops::Integer

Returns the value of attribute maximum_iops.

Returns:

  • (::Integer)


8970
8971
8972
# File 'sig/types.rbs', line 8970

def maximum_iops
  @maximum_iops
end

#maximum_throughput_in_m_bps::Float

Returns the value of attribute maximum_throughput_in_m_bps.

Returns:

  • (::Float)


8969
8970
8971
# File 'sig/types.rbs', line 8969

def maximum_throughput_in_m_bps
  @maximum_throughput_in_m_bps
end