Struct aws_sdk_devicefarm::model::TestGridSession
source · #[non_exhaustive]pub struct TestGridSession { /* private fields */ }Expand description
A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.
Implementations§
source§impl TestGridSession
impl TestGridSession
sourcepub fn status(&self) -> Option<&TestGridSessionStatus>
pub fn status(&self) -> Option<&TestGridSessionStatus>
The state of the session.
sourcepub fn billing_minutes(&self) -> Option<f64>
pub fn billing_minutes(&self) -> Option<f64>
The number of billed minutes that were used for this session.
sourcepub fn selenium_properties(&self) -> Option<&str>
pub fn selenium_properties(&self) -> Option<&str>
A JSON object of options and parameters passed to the Selenium WebDriver.
source§impl TestGridSession
impl TestGridSession
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridSession.
Trait Implementations§
source§impl Clone for TestGridSession
impl Clone for TestGridSession
source§fn clone(&self) -> TestGridSession
fn clone(&self) -> TestGridSession
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 more