Class: Aws::DeviceFarm::Types::ListTestGridSessionArtifactsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionArtifactsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_result ⇒ Integer
The maximum number of results to be returned by a request.
-
#next_token ⇒ String
Pagination token.
-
#session_arn ⇒ String
The ARN of a TestGridSession.
-
#type ⇒ String
Limit results to a specified type of artifact.
Instance Attribute Details
#max_result ⇒ Integer
The maximum number of results to be returned by a request.
3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408 class ListTestGridSessionArtifactsRequest < Struct.new( :session_arn, :type, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408 class ListTestGridSessionArtifactsRequest < Struct.new( :session_arn, :type, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The ARN of a TestGridSession.
3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408 class ListTestGridSessionArtifactsRequest < Struct.new( :session_arn, :type, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Limit results to a specified type of artifact.
3408 3409 3410 3411 3412 3413 3414 3415 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3408 class ListTestGridSessionArtifactsRequest < Struct.new( :session_arn, :type, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |