Class: Aws::DeviceFarm::Types::TestGridSessionArtifact
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridSessionArtifact
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Artifacts are video and other files that are produced in the process of running a browser in an automated context.
Constant Summary collapse
- SENSITIVE =
[:url]
Instance Attribute Summary collapse
-
#filename ⇒ String
The file name of the artifact.
-
#type ⇒ String
The kind of artifact.
-
#url ⇒ String
A semi-stable URL to the content of the object.
Instance Attribute Details
#filename ⇒ String
The file name of the artifact.
5792 5793 5794 5795 5796 5797 5798 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5792 class TestGridSessionArtifact < Struct.new( :filename, :type, :url) SENSITIVE = [:url] include Aws::Structure end |
#type ⇒ String
The kind of artifact.
5792 5793 5794 5795 5796 5797 5798 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5792 class TestGridSessionArtifact < Struct.new( :filename, :type, :url) SENSITIVE = [:url] include Aws::Structure end |
#url ⇒ String
A semi-stable URL to the content of the object.
5792 5793 5794 5795 5796 5797 5798 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5792 class TestGridSessionArtifact < Struct.new( :filename, :type, :url) SENSITIVE = [:url] include Aws::Structure end |