Class: Aws::DeviceFarm::Types::ListProjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListProjectsRequest
- 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
-
#arn ⇒ String
Optional.
-
#next_token ⇒ String
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.
Instance Attribute Details
#arn ⇒ String
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.
3112 3113 3114 3115 3116 3117 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3112 class ListProjectsRequest < Struct.new( :arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
3112 3113 3114 3115 3116 3117 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3112 class ListProjectsRequest < Struct.new( :arn, :next_token) SENSITIVE = [] include Aws::Structure end |