Class: Aws::Types::NetworkBandwidthGbpsRequest
- Inherits:
-
Object
- Object
- Aws::Types::NetworkBandwidthGbpsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#min ⇒ ::Float
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ ::Float
Returns the value of attribute max.
14662 14663 14664 |
# File 'sig/types.rbs', line 14662 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
14661 14662 14663 |
# File 'sig/types.rbs', line 14661 def min @min end |