Class: Aws::Types::DescribeBandwidthRateLimitScheduleOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBandwidthRateLimitScheduleOutput
- 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.
559 560 561 |
# File 'sig/types.rbs', line 559 def bandwidth_rate_limit_intervals @bandwidth_rate_limit_intervals end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
558 559 560 |
# File 'sig/types.rbs', line 558 def gateway_arn @gateway_arn end |