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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

An array of settings that describes characteristics of a network profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the network profile.

Returns:

  • (String)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the network profile.

Returns:

  • (String)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (Integer)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3859

class NetworkProfile < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :uplink_bandwidth_bits,
  :downlink_bandwidth_bits,
  :uplink_delay_ms,
  :downlink_delay_ms,
  :uplink_jitter_ms,
  :downlink_jitter_ms,
  :uplink_loss_percent,
  :downlink_loss_percent)
  SENSITIVE = []
  include Aws::Structure
end