Class: Aws::DeviceFarm::Types::UpdateNetworkProfileResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_profileTypes::NetworkProfile

A list of the available network profiles.



6280
6281
6282
6283
6284
# File 'lib/aws-sdk-devicefarm/types.rb', line 6280

class UpdateNetworkProfileResult < Struct.new(
  :network_profile)
  SENSITIVE = []
  include Aws::Structure
end