class Aws::DeviceFarm::Types::UpdateNetworkProfileRequest
@note When making an API call, you may pass UpdateNetworkProfileRequest
data as a 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, }
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the project for which you want to update network profile settings. @return [String]
@!attribute [rw] name
The name of the network profile about which you are returning information. @return [String]
@!attribute [rw] description
The description of the network profile about which you are returning information. @return [String]
@!attribute [rw] type
The type of network profile to return information about. Valid values are listed here. @return [String]
@!attribute [rw] uplink_bandwidth_bits
The data throughput rate in bits per second, as an integer from 0 to 104857600. @return [Integer]
@!attribute [rw] downlink_bandwidth_bits
The data throughput rate in bits per second, as an integer from 0 to 104857600. @return [Integer]
@!attribute [rw] uplink_delay_ms
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. @return [Integer]
@!attribute [rw] downlink_delay_ms
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. @return [Integer]
@!attribute [rw] uplink_jitter_ms
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. @return [Integer]
@!attribute [rw] downlink_jitter_ms
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. @return [Integer]
@!attribute [rw] uplink_loss_percent
Proportion of transmitted packets that fail to arrive from 0 to 100 percent. @return [Integer]
@!attribute [rw] downlink_loss_percent
Proportion of received packets that fail to arrive from 0 to 100 percent. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateNetworkProfileRequest AWS API Documentation
Constants
- SENSITIVE