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