Struct aws_sdk_storagegateway::operation::update_snapshot_schedule::UpdateSnapshotScheduleOutput
source · #[non_exhaustive]pub struct UpdateSnapshotScheduleOutput { /* private fields */ }Expand description
A JSON object containing the Amazon Resource Name (ARN) of the updated storage volume.
Implementations§
source§impl UpdateSnapshotScheduleOutput
impl UpdateSnapshotScheduleOutput
sourcepub fn volume_arn(&self) -> Option<&str>
pub fn volume_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
source§impl UpdateSnapshotScheduleOutput
impl UpdateSnapshotScheduleOutput
sourcepub fn builder() -> UpdateSnapshotScheduleOutputBuilder
pub fn builder() -> UpdateSnapshotScheduleOutputBuilder
Creates a new builder-style object to manufacture UpdateSnapshotScheduleOutput.
Trait Implementations§
source§impl Clone for UpdateSnapshotScheduleOutput
impl Clone for UpdateSnapshotScheduleOutput
source§fn clone(&self) -> UpdateSnapshotScheduleOutput
fn clone(&self) -> UpdateSnapshotScheduleOutput
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 Debug for UpdateSnapshotScheduleOutput
impl Debug for UpdateSnapshotScheduleOutput
source§impl PartialEq<UpdateSnapshotScheduleOutput> for UpdateSnapshotScheduleOutput
impl PartialEq<UpdateSnapshotScheduleOutput> for UpdateSnapshotScheduleOutput
source§fn eq(&self, other: &UpdateSnapshotScheduleOutput) -> bool
fn eq(&self, other: &UpdateSnapshotScheduleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateSnapshotScheduleOutput
impl RequestId for UpdateSnapshotScheduleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for UpdateSnapshotScheduleOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSnapshotScheduleOutput
impl Send for UpdateSnapshotScheduleOutput
impl Sync for UpdateSnapshotScheduleOutput
impl Unpin for UpdateSnapshotScheduleOutput
impl UnwindSafe for UpdateSnapshotScheduleOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more