Class: Aws::BackupGateway::Types::PutBandwidthRateLimitScheduleInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BackupGateway::Types::PutBandwidthRateLimitScheduleInput
 
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bandwidth_rate_limit_intervals  ⇒ Array<Types::BandwidthRateLimitInterval> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array containing bandwidth rate limit schedule intervals for a gateway. 
- 
  
    
      #gateway_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the gateway. 
Instance Attribute Details
#bandwidth_rate_limit_intervals ⇒ Array<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.
| 883 884 885 886 887 888 | # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 883 class PutBandwidthRateLimitScheduleInput < Struct.new( :bandwidth_rate_limit_intervals, :gateway_arn) 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.
| 883 884 885 886 887 888 | # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 883 class PutBandwidthRateLimitScheduleInput < Struct.new( :bandwidth_rate_limit_intervals, :gateway_arn) SENSITIVE = [] include Aws::Structure end |