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.



6157
6158
6159
6160
6161
# File 'lib/aws-sdk-devicefarm/types.rb', line 6157

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