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.
2970 2971 2972 2973 2974 2975 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2970 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.
2970 2971 2972 2973 2974 2975 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2970 class ListNetworkProfilesResult < Struct.new( :network_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |