Class: Aws::StorageGateway::Types::DescribeBandwidthRateLimitScheduleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeBandwidthRateLimitScheduleOutput
- 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 that contains the bandwidth rate limit intervals for a tape or volume gateway.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#bandwidth_rate_limit_intervals ⇒ Array<Types::BandwidthRateLimitInterval>
An array that contains the bandwidth rate limit intervals for a tape or volume gateway.
2682 2683 2684 2685 2686 2687 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2682 class DescribeBandwidthRateLimitScheduleOutput < 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.
2682 2683 2684 2685 2686 2687 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2682 class DescribeBandwidthRateLimitScheduleOutput < Struct.new( :gateway_arn, :bandwidth_rate_limit_intervals) SENSITIVE = [] include Aws::Structure end |