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.
1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1967 class GetNetworkProfileResult < Struct.new( :network_profile) SENSITIVE = [] include Aws::Structure end |