Struct aws_sdk_storagegateway::operation::create_cachedi_scsi_volume::CreateCachediScsiVolumeOutput
source · #[non_exhaustive]pub struct CreateCachediScsiVolumeOutput { /* private fields */ }Implementations§
source§impl CreateCachediScsiVolumeOutput
impl CreateCachediScsiVolumeOutput
sourcepub fn volume_arn(&self) -> Option<&str>
pub fn volume_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the configured volume.
sourcepub fn target_arn(&self) -> Option<&str>
pub fn target_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
source§impl CreateCachediScsiVolumeOutput
impl CreateCachediScsiVolumeOutput
sourcepub fn builder() -> CreateCachediScsiVolumeOutputBuilder
pub fn builder() -> CreateCachediScsiVolumeOutputBuilder
Creates a new builder-style object to manufacture CreateCachediScsiVolumeOutput.
Trait Implementations§
source§impl Clone for CreateCachediScsiVolumeOutput
impl Clone for CreateCachediScsiVolumeOutput
source§fn clone(&self) -> CreateCachediScsiVolumeOutput
fn clone(&self) -> CreateCachediScsiVolumeOutput
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<CreateCachediScsiVolumeOutput> for CreateCachediScsiVolumeOutput
impl PartialEq<CreateCachediScsiVolumeOutput> for CreateCachediScsiVolumeOutput
source§fn eq(&self, other: &CreateCachediScsiVolumeOutput) -> bool
fn eq(&self, other: &CreateCachediScsiVolumeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateCachediScsiVolumeOutput
impl RequestId for CreateCachediScsiVolumeOutput
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 CreateCachediScsiVolumeOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateCachediScsiVolumeOutput
impl Send for CreateCachediScsiVolumeOutput
impl Sync for CreateCachediScsiVolumeOutput
impl Unpin for CreateCachediScsiVolumeOutput
impl UnwindSafe for CreateCachediScsiVolumeOutput
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