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