Class: Aws::DeviceFarm::Types::ListTestGridSessionArtifactsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionArtifactsResult
- Defined in:
- gems/aws-sdk-devicefarm/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.
3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3432 class ListTestGridSessionArtifactsResult < Struct.new( :artifacts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
3432 3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3432 class ListTestGridSessionArtifactsResult < Struct.new( :artifacts, :next_token) SENSITIVE = [] include Aws::Structure end |