Class: Aws::DeviceFarm::Types::ListTestGridSessionArtifactsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionArtifactsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifacts ⇒ Array<Types::TestGridSessionArtifact>
A list of test grid session artifacts for a TestGridSession.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#artifacts ⇒ Array<Types::TestGridSessionArtifact>
A list of test grid session artifacts for a TestGridSession.
3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3427 class ListTestGridSessionArtifactsResult < Struct.new( :artifacts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
3427 3428 3429 3430 3431 3432 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3427 class ListTestGridSessionArtifactsResult < Struct.new( :artifacts, :next_token) SENSITIVE = [] include Aws::Structure end |