Class: Aws::BackupGateway::Types::GetBandwidthRateLimitScheduleOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backupgateway/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.



380
381
382
383
384
385
# File 'lib/aws-sdk-backupgateway/types.rb', line 380

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

#gateway_arnString

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

[1]: docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_ListGateways.html

Returns:

  • (String)


380
381
382
383
384
385
# File 'lib/aws-sdk-backupgateway/types.rb', line 380

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