Struct aws_sdk_synthetics::input::GetCanaryRunsInput
source · [−]#[non_exhaustive]pub struct GetCanaryRunsInput {
pub name: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}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.name: Option<String>The name of the canary that you want to see runs for.
next_token: Option<String>A token that indicates that there is more data available. You can use this token in a subsequent GetCanaryRuns operation to retrieve the next set of results.
max_results: Option<i32>Specify this parameter to limit how many runs are returned each time you use the GetCanaryRuns operation. If you omit this parameter, the default of 100 is used.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCanaryRuns, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCanaryRuns, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetCanaryRuns>
Creates a new builder-style object to manufacture GetCanaryRunsInput
A token that indicates that there is more data available. You can use this token in a subsequent GetCanaryRuns operation to retrieve the next set of results.
Specify this parameter to limit how many runs are returned each time you use the GetCanaryRuns operation. If you omit this parameter, the default of 100 is used.
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 GetCanaryRunsInput
impl Send for GetCanaryRunsInput
impl Sync for GetCanaryRunsInput
impl Unpin for GetCanaryRunsInput
impl UnwindSafe for GetCanaryRunsInput
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