Class: Aws::BackupGateway::Types::GetBandwidthRateLimitScheduleInput

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

#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)


356
357
358
359
360
# File 'lib/aws-sdk-backupgateway/types.rb', line 356

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