Class: Aws::NetworkManager::Types::Bandwidth
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Bandwidth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes bandwidth information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#download_speed ⇒ Integer
Download speed in Mbps.
-
#upload_speed ⇒ Integer
Upload speed in Mbps.
Instance Attribute Details
#download_speed ⇒ Integer
Download speed in Mbps.
419 420 421 422 423 424 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 419 class Bandwidth < Struct.new( :upload_speed, :download_speed) SENSITIVE = [] include Aws::Structure end |
#upload_speed ⇒ Integer
Upload speed in Mbps.
419 420 421 422 423 424 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 419 class Bandwidth < Struct.new( :upload_speed, :download_speed) SENSITIVE = [] include Aws::Structure end |