class Aws::DeviceFarm::Types::ListNetworkProfilesRequest

@note When making an API call, you may pass ListNetworkProfilesRequest

data as a hash:

    {
      arn: "AmazonResourceName", # required
      type: "CURATED", # accepts CURATED, PRIVATE
      next_token: "PaginationToken",
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the project for which you want to
list network profiles.
@return [String]

@!attribute [rw] type

The type of network profile to return information about. Valid
values are listed here.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListNetworkProfilesRequest AWS API Documentation

Constants

SENSITIVE