#[non_exhaustive]pub struct DescribeRuntimeVersionsOutput {
pub runtime_versions: Option<Vec<RuntimeVersion>>,
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.runtime_versions: Option<Vec<RuntimeVersion>>An array of objects that display the details about each Synthetics canary runtime version.
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.
Implementations
An array of objects that display the details about each Synthetics canary runtime version.
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.
Creates a new builder-style object to manufacture DescribeRuntimeVersionsOutput
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 DescribeRuntimeVersionsOutput
impl Sync for DescribeRuntimeVersionsOutput
impl Unpin for DescribeRuntimeVersionsOutput
impl UnwindSafe for DescribeRuntimeVersionsOutput
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