Struct aws_sdk_storagegateway::input::UpdateFileSystemAssociationInput [−][src]
#[non_exhaustive]pub struct UpdateFileSystemAssociationInput {
pub file_system_association_arn: Option<String>,
pub user_name: Option<String>,
pub password: Option<String>,
pub audit_destination_arn: Option<String>,
pub cache_attributes: Option<CacheAttributes>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.file_system_association_arn: Option<String>
The Amazon Resource Name (ARN) of the file system association that you want to update.
user_name: Option<String>
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
password: Option<String>
The password of the user credential.
audit_destination_arn: Option<String>
The Amazon Resource Name (ARN) of the storage used for the audit logs.
cache_attributes: Option<CacheAttributes>
The refresh cache information for the file share or FSx file systems.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFileSystemAssociation, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFileSystemAssociation, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateFileSystemAssociation
>
Creates a new builder-style object to manufacture UpdateFileSystemAssociationInput
The Amazon Resource Name (ARN) of the file system association that you want to update.
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
The Amazon Resource Name (ARN) of the storage used for the audit logs.
The refresh cache information for the file share or FSx file systems.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UpdateFileSystemAssociationInput
impl Sync for UpdateFileSystemAssociationInput
impl Unpin for UpdateFileSystemAssociationInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more