Class: Aws::DeviceFarm::Types::ListProjectsRequest

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

Overview

Represents a request to the list projects operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.



3100
3101
3102
3103
3104
3105
# File 'lib/aws-sdk-devicefarm/types.rb', line 3100

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



3100
3101
3102
3103
3104
3105
# File 'lib/aws-sdk-devicefarm/types.rb', line 3100

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