Class: Aws::Types::DeleteBandwidthRateLimitInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBandwidthRateLimitInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth_type ⇒ ::String
Returns the value of attribute bandwidth_type.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#bandwidth_type ⇒ ::String
Returns the value of attribute bandwidth_type.
423 424 425 |
# File 'sig/types.rbs', line 423 def bandwidth_type @bandwidth_type end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
422 423 424 |
# File 'sig/types.rbs', line 422 def gateway_arn @gateway_arn end |