Struct aws_sdk_devicefarm::input::ListTestGridSessionArtifactsInput [−][src]
#[non_exhaustive]pub struct ListTestGridSessionArtifactsInput {
pub session_arn: Option<String>,
pub type: Option<TestGridSessionArtifactCategory>,
pub max_result: Option<i32>,
pub next_token: Option<String>,
}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.session_arn: Option<String>The ARN of a TestGridSession.
type: Option<TestGridSessionArtifactCategory>Limit results to a specified type of artifact.
max_result: Option<i32>The maximum number of results to be returned by a request.
next_token: Option<String>Pagination token.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridSessionArtifacts, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTestGridSessionArtifacts, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListTestGridSessionArtifacts>
Creates a new builder-style object to manufacture ListTestGridSessionArtifactsInput
The ARN of a TestGridSession.
Limit results to a specified type of artifact.
The maximum number of results to be returned by a request.
Pagination token.
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 Send for ListTestGridSessionArtifactsInput
impl Sync for ListTestGridSessionArtifactsInput
impl Unpin for ListTestGridSessionArtifactsInput
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
