class Aws::StorageGateway::Types::UpdateBandwidthRateLimitScheduleInput

@note When making an API call, you may pass UpdateBandwidthRateLimitScheduleInput

data as a hash:

    {
      gateway_arn: "GatewayARN", # required
      bandwidth_rate_limit_intervals: [ # required
        {
          start_hour_of_day: 1, # required
          start_minute_of_hour: 1, # required
          end_hour_of_day: 1, # required
          end_minute_of_hour: 1, # required
          days_of_week: [1], # required
          average_upload_rate_limit_in_bits_per_sec: 1,
          average_download_rate_limit_in_bits_per_sec: 1,
        },
      ],
    }

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@!attribute [rw] bandwidth_rate_limit_intervals

An array containing bandwidth rate limit schedule intervals for a
gateway. When no bandwidth rate limit intervals have been scheduled,
the array is empty.
@return [Array<Types::BandwidthRateLimitInterval>]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitScheduleInput AWS API Documentation

Constants

SENSITIVE