Class: Aws::DeviceFarm::Types::ListNetworkProfilesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_profilesArray<Types::NetworkProfile>

A list of the available network profiles.

Returns:



2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2995

class ListNetworkProfilesResult < Struct.new(
  :network_profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2995

class ListNetworkProfilesResult < Struct.new(
  :network_profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end