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