Class: Aws::Types::BandwidthRateLimitInterval
- Inherits:
-
Object
- Object
- Aws::Types::BandwidthRateLimitInterval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average_download_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_download_rate_limit_in_bits_per_sec.
-
#average_upload_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_upload_rate_limit_in_bits_per_sec.
-
#days_of_week ⇒ ::Array[::Integer]
Returns the value of attribute days_of_week.
-
#end_hour_of_day ⇒ ::Integer
Returns the value of attribute end_hour_of_day.
-
#end_minute_of_hour ⇒ ::Integer
Returns the value of attribute end_minute_of_hour.
-
#start_hour_of_day ⇒ ::Integer
Returns the value of attribute start_hour_of_day.
-
#start_minute_of_hour ⇒ ::Integer
Returns the value of attribute start_minute_of_hour.
Instance Attribute Details
#average_download_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_download_rate_limit_in_bits_per_sec.
139 140 141 |
# File 'sig/types.rbs', line 139 def average_download_rate_limit_in_bits_per_sec @average_download_rate_limit_in_bits_per_sec end |
#average_upload_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_upload_rate_limit_in_bits_per_sec.
138 139 140 |
# File 'sig/types.rbs', line 138 def average_upload_rate_limit_in_bits_per_sec @average_upload_rate_limit_in_bits_per_sec end |
#days_of_week ⇒ ::Array[::Integer]
Returns the value of attribute days_of_week.
137 138 139 |
# File 'sig/types.rbs', line 137 def days_of_week @days_of_week end |
#end_hour_of_day ⇒ ::Integer
Returns the value of attribute end_hour_of_day.
135 136 137 |
# File 'sig/types.rbs', line 135 def end_hour_of_day @end_hour_of_day end |
#end_minute_of_hour ⇒ ::Integer
Returns the value of attribute end_minute_of_hour.
136 137 138 |
# File 'sig/types.rbs', line 136 def end_minute_of_hour @end_minute_of_hour end |
#start_hour_of_day ⇒ ::Integer
Returns the value of attribute start_hour_of_day.
133 134 135 |
# File 'sig/types.rbs', line 133 def start_hour_of_day @start_hour_of_day end |
#start_minute_of_hour ⇒ ::Integer
Returns the value of attribute start_minute_of_hour.
134 135 136 |
# File 'sig/types.rbs', line 134 def start_minute_of_hour @start_minute_of_hour end |