Struct aws_sdk_devicefarm::model::TestGridSessionAction
source · #[non_exhaustive]pub struct TestGridSessionAction { /* private fields */ }Expand description
An action taken by a TestGridSession browser instance.
Implementations§
source§impl TestGridSessionAction
impl TestGridSessionAction
sourcepub fn duration(&self) -> Option<i64>
pub fn duration(&self) -> Option<i64>
The time, in milliseconds, that the action took to complete in the browser.
sourcepub fn status_code(&self) -> Option<&str>
pub fn status_code(&self) -> Option<&str>
HTTP status code returned to the browser when the action was taken.
sourcepub fn request_method(&self) -> Option<&str>
pub fn request_method(&self) -> Option<&str>
HTTP method that the browser used to make the request.
source§impl TestGridSessionAction
impl TestGridSessionAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridSessionAction.
Trait Implementations§
source§impl Clone for TestGridSessionAction
impl Clone for TestGridSessionAction
source§fn clone(&self) -> TestGridSessionAction
fn clone(&self) -> TestGridSessionAction
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 TestGridSessionAction
impl Debug for TestGridSessionAction
source§impl PartialEq<TestGridSessionAction> for TestGridSessionAction
impl PartialEq<TestGridSessionAction> for TestGridSessionAction
source§fn eq(&self, other: &TestGridSessionAction) -> bool
fn eq(&self, other: &TestGridSessionAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.