#[non_exhaustive]pub struct UpdateStorageSystemInput { /* private fields */ }
Implementations§
source§impl UpdateStorageSystemInput
impl UpdateStorageSystemInput
sourcepub fn storage_system_arn(&self) -> Option<&str>
pub fn storage_system_arn(&self) -> Option<&str>
Specifies the ARN of the on-premises storage system that you want reconfigure.
sourcepub fn server_configuration(&self) -> Option<&DiscoveryServerConfiguration>
pub fn server_configuration(&self) -> Option<&DiscoveryServerConfiguration>
Specifies the server name and network port required to connect with your on-premises storage system's management interface.
sourcepub fn agent_arns(&self) -> Option<&[String]>
pub fn agent_arns(&self) -> Option<&[String]>
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
Specifies a familiar name for your on-premises storage system.
sourcepub fn cloud_watch_log_group_arn(&self) -> Option<&str>
pub fn cloud_watch_log_group_arn(&self) -> Option<&str>
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
sourcepub fn credentials(&self) -> Option<&Credentials>
pub fn credentials(&self) -> Option<&Credentials>
Specifies the user name and password for accessing your on-premises storage system's management interface.
source§impl UpdateStorageSystemInput
impl UpdateStorageSystemInput
sourcepub fn builder() -> UpdateStorageSystemInputBuilder
pub fn builder() -> UpdateStorageSystemInputBuilder
Creates a new builder-style object to manufacture UpdateStorageSystemInput
.
source§impl UpdateStorageSystemInput
impl UpdateStorageSystemInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateStorageSystem, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateStorageSystem, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateStorageSystem
>
Trait Implementations§
source§impl Clone for UpdateStorageSystemInput
impl Clone for UpdateStorageSystemInput
source§fn clone(&self) -> UpdateStorageSystemInput
fn clone(&self) -> UpdateStorageSystemInput
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 UpdateStorageSystemInput
impl Debug for UpdateStorageSystemInput
source§impl PartialEq<UpdateStorageSystemInput> for UpdateStorageSystemInput
impl PartialEq<UpdateStorageSystemInput> for UpdateStorageSystemInput
source§fn eq(&self, other: &UpdateStorageSystemInput) -> bool
fn eq(&self, other: &UpdateStorageSystemInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateStorageSystemInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateStorageSystemInput
impl Send for UpdateStorageSystemInput
impl Sync for UpdateStorageSystemInput
impl Unpin for UpdateStorageSystemInput
impl UnwindSafe for UpdateStorageSystemInput
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