Struct aws_sdk_storagegateway::operation::update_chap_credentials::UpdateChapCredentialsOutput
source · #[non_exhaustive]pub struct UpdateChapCredentialsOutput { /* private fields */ }Expand description
A JSON object containing the following fields:
Implementations§
source§impl UpdateChapCredentialsOutput
impl UpdateChapCredentialsOutput
sourcepub fn target_arn(&self) -> Option<&str>
pub fn target_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
sourcepub fn initiator_name(&self) -> Option<&str>
pub fn initiator_name(&self) -> Option<&str>
The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.
source§impl UpdateChapCredentialsOutput
impl UpdateChapCredentialsOutput
sourcepub fn builder() -> UpdateChapCredentialsOutputBuilder
pub fn builder() -> UpdateChapCredentialsOutputBuilder
Creates a new builder-style object to manufacture UpdateChapCredentialsOutput.
Trait Implementations§
source§impl Clone for UpdateChapCredentialsOutput
impl Clone for UpdateChapCredentialsOutput
source§fn clone(&self) -> UpdateChapCredentialsOutput
fn clone(&self) -> UpdateChapCredentialsOutput
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 UpdateChapCredentialsOutput
impl Debug for UpdateChapCredentialsOutput
source§impl PartialEq<UpdateChapCredentialsOutput> for UpdateChapCredentialsOutput
impl PartialEq<UpdateChapCredentialsOutput> for UpdateChapCredentialsOutput
source§fn eq(&self, other: &UpdateChapCredentialsOutput) -> bool
fn eq(&self, other: &UpdateChapCredentialsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateChapCredentialsOutput
impl RequestId for UpdateChapCredentialsOutput
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 UpdateChapCredentialsOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateChapCredentialsOutput
impl Send for UpdateChapCredentialsOutput
impl Sync for UpdateChapCredentialsOutput
impl Unpin for UpdateChapCredentialsOutput
impl UnwindSafe for UpdateChapCredentialsOutput
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