Struct aws_sdk_devicefarm::model::TestGridSessionArtifact
source · #[non_exhaustive]pub struct TestGridSessionArtifact { /* private fields */ }Expand description
Artifacts are video and other files that are produced in the process of running a browser in an automated context.
Video elements might be broken up into multiple artifacts as they grow in size during creation.
Implementations§
source§impl TestGridSessionArtifact
impl TestGridSessionArtifact
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridSessionArtifact.
Trait Implementations§
source§impl Clone for TestGridSessionArtifact
impl Clone for TestGridSessionArtifact
source§fn clone(&self) -> TestGridSessionArtifact
fn clone(&self) -> TestGridSessionArtifact
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TestGridSessionArtifact
impl Debug for TestGridSessionArtifact
source§impl PartialEq<TestGridSessionArtifact> for TestGridSessionArtifact
impl PartialEq<TestGridSessionArtifact> for TestGridSessionArtifact
source§fn eq(&self, other: &TestGridSessionArtifact) -> bool
fn eq(&self, other: &TestGridSessionArtifact) -> bool
This method tests for
self and other values to be equal, and is used
by ==.