Class: Aws::DeviceFarm::Types::GetNetworkProfileResult

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

The network profile.



1935
1936
1937
1938
1939
# File 'lib/aws-sdk-devicefarm/types.rb', line 1935

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