Class: Aws::Types::Bandwidths
- Inherits:
-
Object
- Object
- Aws::Types::Bandwidths
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available ⇒ ::Array[::String]
Returns the value of attribute available.
-
#supported ⇒ ::Array[::String]
Returns the value of attribute supported.
Instance Attribute Details
#available ⇒ ::Array[::String]
Returns the value of attribute available.
52 53 54 |
# File 'sig/types.rbs', line 52 def available @available end |
#supported ⇒ ::Array[::String]
Returns the value of attribute supported.
53 54 55 |
# File 'sig/types.rbs', line 53 def supported @supported end |