Class: Aws::DeviceFarm::Types::ListNetworkProfilesRequest

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

#arnString

The Amazon Resource Name (ARN) of the project for which you want to list network profiles.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2975

class ListNetworkProfilesRequest < Struct.new(
  :arn,
  :type,
  :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)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2975

class ListNetworkProfilesRequest < Struct.new(
  :arn,
  :type,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of network profile to return information about. Valid values are listed here.

Returns:

  • (String)


2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2975

class ListNetworkProfilesRequest < Struct.new(
  :arn,
  :type,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end