#[non_exhaustive]pub struct FastLaunchSnapshotConfigurationResponse { /* private fields */ }
Expand description
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Implementations
sourceimpl FastLaunchSnapshotConfigurationResponse
impl FastLaunchSnapshotConfigurationResponse
sourcepub fn target_resource_count(&self) -> Option<i32>
pub fn target_resource_count(&self) -> Option<i32>
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
sourceimpl FastLaunchSnapshotConfigurationResponse
impl FastLaunchSnapshotConfigurationResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FastLaunchSnapshotConfigurationResponse
.
Trait Implementations
sourceimpl Clone for FastLaunchSnapshotConfigurationResponse
impl Clone for FastLaunchSnapshotConfigurationResponse
sourcefn clone(&self) -> FastLaunchSnapshotConfigurationResponse
fn clone(&self) -> FastLaunchSnapshotConfigurationResponse
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<FastLaunchSnapshotConfigurationResponse> for FastLaunchSnapshotConfigurationResponse
impl PartialEq<FastLaunchSnapshotConfigurationResponse> for FastLaunchSnapshotConfigurationResponse
sourcefn eq(&self, other: &FastLaunchSnapshotConfigurationResponse) -> bool
fn eq(&self, other: &FastLaunchSnapshotConfigurationResponse) -> bool
impl StructuralPartialEq for FastLaunchSnapshotConfigurationResponse
Auto Trait Implementations
impl RefUnwindSafe for FastLaunchSnapshotConfigurationResponse
impl Send for FastLaunchSnapshotConfigurationResponse
impl Sync for FastLaunchSnapshotConfigurationResponse
impl Unpin for FastLaunchSnapshotConfigurationResponse
impl UnwindSafe for FastLaunchSnapshotConfigurationResponse
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