You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::NetworkProfile

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the network profile.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the network profile.

#descriptionString

The description of the network profile.

Returns:

  • (String)

    The description of the network profile.

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Returns:

  • (Integer)

    The data throughput rate in bits per second, as an integer from 0 to 104857600.

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Returns:

  • (Integer)

    Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Returns:

  • (Integer)

    Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Proportion of received packets that fail to arrive from 0 to 100 percent.

Returns:

  • (Integer)

    Proportion of received packets that fail to arrive from 0 to 100 percent.

#nameString

The name of the network profile.

Returns:

  • (String)

    The name of the network profile.

#typeString

The type of network profile. Valid values are listed here.

Possible values:

  • CURATED
  • PRIVATE

Returns:

  • (String)

    The type of network profile.

The data throughput rate in bits per second, as an integer from 0 to 104857600.

Returns:

  • (Integer)

    The data throughput rate in bits per second, as an integer from 0 to 104857600.

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Returns:

  • (Integer)

    Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Returns:

  • (Integer)

    Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

Returns:

  • (Integer)

    Proportion of transmitted packets that fail to arrive from 0 to 100 percent.