#[non_exhaustive]pub struct FastLaunchSnapshotConfigurationRequest { /* private fields */ }
Expand description
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Implementations
sourceimpl FastLaunchSnapshotConfigurationRequest
impl FastLaunchSnapshotConfigurationRequest
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.
sourceimpl FastLaunchSnapshotConfigurationRequest
impl FastLaunchSnapshotConfigurationRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FastLaunchSnapshotConfigurationRequest
.
Trait Implementations
sourceimpl Clone for FastLaunchSnapshotConfigurationRequest
impl Clone for FastLaunchSnapshotConfigurationRequest
sourcefn clone(&self) -> FastLaunchSnapshotConfigurationRequest
fn clone(&self) -> FastLaunchSnapshotConfigurationRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<FastLaunchSnapshotConfigurationRequest> for FastLaunchSnapshotConfigurationRequest
impl PartialEq<FastLaunchSnapshotConfigurationRequest> for FastLaunchSnapshotConfigurationRequest
sourcefn eq(&self, other: &FastLaunchSnapshotConfigurationRequest) -> bool
fn eq(&self, other: &FastLaunchSnapshotConfigurationRequest) -> bool
impl StructuralPartialEq for FastLaunchSnapshotConfigurationRequest
Auto Trait Implementations
impl RefUnwindSafe for FastLaunchSnapshotConfigurationRequest
impl Send for FastLaunchSnapshotConfigurationRequest
impl Sync for FastLaunchSnapshotConfigurationRequest
impl Unpin for FastLaunchSnapshotConfigurationRequest
impl UnwindSafe for FastLaunchSnapshotConfigurationRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more