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.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
# File 'lib/aws-sdk-devicefarm/types.rb', line 3125

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.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
# File 'lib/aws-sdk-devicefarm/types.rb', line 3125

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