Class: Aws::Types::NetworkBandwidthGbpsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max::Float

Returns the value of attribute max.

Returns:

  • (::Float)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def max
  @max
end

#min::Float

Returns the value of attribute min.

Returns:

  • (::Float)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def min
  @min
end