#[non_exhaustive]pub struct FastLaunchSnapshotConfigurationResponse {
pub target_resource_count: Option<i32>,
}
Expand description
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
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.target_resource_count: Option<i32>
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
Implementations
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
Creates a new builder-style object to manufacture FastLaunchSnapshotConfigurationResponse
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
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