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

Class: Aws::DeviceFarm::Types::UpdateNetworkProfileRequest

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

Overview

Note:

When passing UpdateNetworkProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "AmazonResourceName", # required
  name: "Name",
  description: "Message",
  type: "CURATED", # accepts CURATED, PRIVATE
  uplink_bandwidth_bits: 1,
  downlink_bandwidth_bits: 1,
  uplink_delay_ms: 1,
  downlink_delay_ms: 1,
  uplink_jitter_ms: 1,
  downlink_jitter_ms: 1,
  uplink_loss_percent: 1,
  downlink_loss_percent: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.

#descriptionString

The description of the network profile about which you are returning information.

Returns:

  • (String)

    The description of the network profile about which you are returning information.

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 about which you are returning information.

Returns:

  • (String)

    The name of the network profile about which you are returning information.

#typeString

The type of network profile to return information about. Valid values are listed here.

Possible values:

  • CURATED
  • PRIVATE

Returns:

  • (String)

    The type of network profile to return information about.

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.