Class: Aws::StorageGateway::Types::UpdateBandwidthRateLimitScheduleInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_rate_limit_intervalsArray<Types::BandwidthRateLimitInterval>

An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.



6407
6408
6409
6410
6411
6412
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6407

class UpdateBandwidthRateLimitScheduleInput < Struct.new(
  :gateway_arn,
  :bandwidth_rate_limit_intervals)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

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

Returns:

  • (String)


6407
6408
6409
6410
6411
6412
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6407

class UpdateBandwidthRateLimitScheduleInput < Struct.new(
  :gateway_arn,
  :bandwidth_rate_limit_intervals)
  SENSITIVE = []
  include Aws::Structure
end