You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkManager::Types::Bandwidth
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Bandwidth
- Defined in:
- (unknown)
Overview
Note:
When passing Bandwidth as input to an Aws::Client method, you can use a vanilla Hash:
{
upload_speed: 1,
download_speed: 1,
}
Describes bandwidth information.
Returned by:
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.
#upload_speed ⇒ Integer
Upload speed in Mbps.