Class: Aws::Types::UpdateBandwidthRateLimitScheduleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBandwidthRateLimitScheduleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth_rate_limit_intervals ⇒ ::Array[Types::BandwidthRateLimitInterval]
Returns the value of attribute bandwidth_rate_limit_intervals.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#bandwidth_rate_limit_intervals ⇒ ::Array[Types::BandwidthRateLimitInterval]
Returns the value of attribute bandwidth_rate_limit_intervals.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def bandwidth_rate_limit_intervals @bandwidth_rate_limit_intervals end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def gateway_arn @gateway_arn end |