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.
2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2982 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.
2982 2983 2984 2985 2986 2987 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2982 class ListNetworkProfilesResult < Struct.new( :network_profiles, :next_token) SENSITIVE = [] include Aws::Structure end |