Class: Aws::DeviceFarm::Types::ListNetworkProfilesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListNetworkProfilesResult
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_profiles ⇒ Array<Types::NetworkProfile>
A list of the available network profiles.
-
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Instance Attribute Details
#network_profiles ⇒ Array<Types::NetworkProfile>
A list of the available network profiles.
3081 3082 3083 3084 3085 3086 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3081 class ListNetworkProfilesResult < Struct.new( :network_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
3081 3082 3083 3084 3085 3086 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3081 class ListNetworkProfilesResult < Struct.new( :network_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |