Class: Aws::DeviceFarm::Types::GetNetworkProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetNetworkProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_profile ⇒ Types::NetworkProfile
The network profile.
Instance Attribute Details
#network_profile ⇒ Types::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 |