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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_profileTypes::NetworkProfile

The network profile.



1968
1969
1970
1971
1972
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1968

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