Class: Aws::BackupGateway::Types::PutBandwidthRateLimitScheduleOutput

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)


902
903
904
905
906
# File 'lib/aws-sdk-backupgateway/types.rb', line 902

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