Struct aws_sdk_ec2::output::EnableFastSnapshotRestoresOutput [−][src]
#[non_exhaustive]pub struct EnableFastSnapshotRestoresOutput {
pub successful: Option<Vec<EnableFastSnapshotRestoreSuccessItem>>,
pub unsuccessful: Option<Vec<EnableFastSnapshotRestoreErrorItem>>,
}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.successful: Option<Vec<EnableFastSnapshotRestoreSuccessItem>>Information about the snapshots for which fast snapshot restores were successfully enabled.
unsuccessful: Option<Vec<EnableFastSnapshotRestoreErrorItem>>Information about the snapshots for which fast snapshot restores could not be enabled.
Implementations
Information about the snapshots for which fast snapshot restores were successfully enabled.
Information about the snapshots for which fast snapshot restores could not be enabled.
Creates a new builder-style object to manufacture EnableFastSnapshotRestoresOutput
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 EnableFastSnapshotRestoresOutput
impl Sync for EnableFastSnapshotRestoresOutput
impl Unpin for EnableFastSnapshotRestoresOutput
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