Class: Aws::Types::BandwidthRateLimitInterval

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


134
135
136
# File 'sig/types.rbs', line 134

def start_minute_of_hour
  @start_minute_of_hour
end