Struct aws_sdk_storagegateway::operation::update_smb_file_share_visibility::UpdateSmbFileShareVisibilityOutput
source · #[non_exhaustive]pub struct UpdateSmbFileShareVisibilityOutput { /* private fields */ }Implementations§
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
sourcepub fn builder() -> UpdateSmbFileShareVisibilityOutputBuilder
pub fn builder() -> UpdateSmbFileShareVisibilityOutputBuilder
Creates a new builder-style object to manufacture UpdateSmbFileShareVisibilityOutput.
Trait Implementations§
source§fn clone(&self) -> UpdateSmbFileShareVisibilityOutput
fn clone(&self) -> UpdateSmbFileShareVisibilityOutput
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§fn eq(&self, other: &UpdateSmbFileShareVisibilityOutput) -> bool
fn eq(&self, other: &UpdateSmbFileShareVisibilityOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more