Class: Aws::BackupGateway::Types::PutBandwidthRateLimitScheduleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::PutBandwidthRateLimitScheduleOutput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#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.
902 903 904 905 906 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 902 class PutBandwidthRateLimitScheduleOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |