Class: Aws::DeviceFarm::Types::ListDevicePoolsRequest

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

Overview

Represents the result of a list device pools request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The project ARN.

Returns:

  • (String)


2729
2730
2731
2732
2733
2734
2735
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2729

class ListDevicePoolsRequest < 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)


2729
2730
2731
2732
2733
2734
2735
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2729

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

#typeString

The device pools' type.

Allowed values include:

  • CURATED: A device pool that is created and managed by AWS Device Farm.

  • PRIVATE: A device pool that is created and managed by the device pool developer.

Returns:

  • (String)


2729
2730
2731
2732
2733
2734
2735
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2729

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