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.
6152 6153 6154 6155 6156 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6152 class UpdateNetworkProfileResult < Struct.new( :network_profile) SENSITIVE = [] include Aws::Structure end |