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
show all
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

Instance Attribute Details

#download_speedInteger

Download speed in Mbps.

Returns:

  • (Integer)

    Download speed in Mbps.

#upload_speedInteger

Upload speed in Mbps.

Returns:

  • (Integer)

    Upload speed in Mbps.