Struct aws_sdk_devicefarm::model::TestGridSessionAction
source · [−]#[non_exhaustive]pub struct TestGridSessionAction {
pub action: Option<String>,
pub started: Option<DateTime>,
pub duration: Option<i64>,
pub status_code: Option<String>,
pub request_method: Option<String>,
}Expand description
An action taken by a TestGridSession browser instance.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.action: Option<String>The action taken by the session.
started: Option<DateTime>The time that the session invoked the action.
duration: Option<i64>The time, in milliseconds, that the action took to complete in the browser.
status_code: Option<String>HTTP status code returned to the browser when the action was taken.
request_method: Option<String>HTTP method that the browser used to make the request.
Implementations
The time, in milliseconds, that the action took to complete in the browser.
HTTP status code returned to the browser when the action was taken.
HTTP method that the browser used to make the request.
Creates a new builder-style object to manufacture TestGridSessionAction
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TestGridSessionAction
impl Send for TestGridSessionAction
impl Sync for TestGridSessionAction
impl Unpin for TestGridSessionAction
impl UnwindSafe for TestGridSessionAction
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more