Method: Aws::DeviceFarm::Types::CreateNetworkProfileRequest#type
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#type ⇒ String
The type of network profile to create. Valid values are listed here.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 421 class CreateNetworkProfileRequest < Struct.new( :project_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 |