#[non_exhaustive]pub struct FastLaunchSnapshotConfiguration { /* private fields */ }
Expand description
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Implementations§
source§impl FastLaunchSnapshotConfiguration
impl FastLaunchSnapshotConfiguration
sourcepub fn target_resource_count(&self) -> Option<i32>
pub fn target_resource_count(&self) -> Option<i32>
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
source§impl FastLaunchSnapshotConfiguration
impl FastLaunchSnapshotConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FastLaunchSnapshotConfiguration
.
Trait Implementations§
source§impl Clone for FastLaunchSnapshotConfiguration
impl Clone for FastLaunchSnapshotConfiguration
source§fn clone(&self) -> FastLaunchSnapshotConfiguration
fn clone(&self) -> FastLaunchSnapshotConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<FastLaunchSnapshotConfiguration> for FastLaunchSnapshotConfiguration
impl PartialEq<FastLaunchSnapshotConfiguration> for FastLaunchSnapshotConfiguration
source§fn eq(&self, other: &FastLaunchSnapshotConfiguration) -> bool
fn eq(&self, other: &FastLaunchSnapshotConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.