Class: Aws::StorageGateway::Types::UpdateBandwidthRateLimitScheduleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateBandwidthRateLimitScheduleInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_rate_limit_intervals ⇒ Array<Types::BandwidthRateLimitInterval>
An array containing bandwidth rate limit schedule intervals for a gateway.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#bandwidth_rate_limit_intervals ⇒ Array<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.
6669 6670 6671 6672 6673 6674 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6669 class UpdateBandwidthRateLimitScheduleInput < Struct.new( :gateway_arn, :bandwidth_rate_limit_intervals) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
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.
6669 6670 6671 6672 6673 6674 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6669 class UpdateBandwidthRateLimitScheduleInput < Struct.new( :gateway_arn, :bandwidth_rate_limit_intervals) SENSITIVE = [] include Aws::Structure end |