Struct aws_sdk_devicefarm::input::GetTestGridSessionInput
source · #[non_exhaustive]pub struct GetTestGridSessionInput { /* private fields */ }Implementations§
source§impl GetTestGridSessionInput
impl GetTestGridSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTestGridSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTestGridSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTestGridSession>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTestGridSessionInput.
source§impl GetTestGridSessionInput
impl GetTestGridSessionInput
sourcepub fn project_arn(&self) -> Option<&str>
pub fn project_arn(&self) -> Option<&str>
The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
sourcepub fn session_id(&self) -> Option<&str>
pub fn session_id(&self) -> Option<&str>
An ID associated with this session.
sourcepub fn session_arn(&self) -> Option<&str>
pub fn session_arn(&self) -> Option<&str>
An ARN that uniquely identifies a TestGridSession.
Trait Implementations§
source§impl Clone for GetTestGridSessionInput
impl Clone for GetTestGridSessionInput
source§fn clone(&self) -> GetTestGridSessionInput
fn clone(&self) -> GetTestGridSessionInput
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 GetTestGridSessionInput
impl Debug for GetTestGridSessionInput
source§impl PartialEq<GetTestGridSessionInput> for GetTestGridSessionInput
impl PartialEq<GetTestGridSessionInput> for GetTestGridSessionInput
source§fn eq(&self, other: &GetTestGridSessionInput) -> bool
fn eq(&self, other: &GetTestGridSessionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.