Class: Aws::StorageGateway::Types::DescribeBandwidthRateLimitScheduleOutput

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 that contains the bandwidth rate limit intervals for a tape or volume gateway.



2580
2581
2582
2583
2584
2585
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2580

class DescribeBandwidthRateLimitScheduleOutput < 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)


2580
2581
2582
2583
2584
2585
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2580

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