Class: Aws::StorageGateway::Types::UpdateFileSystemAssociationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateFileSystemAssociationInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#audit_destination_arn ⇒ String
The Amazon Resource Name (ARN) of the storage used for the audit logs.
-
#cache_attributes ⇒ Types::CacheAttributes
The refresh cache information for the file share or FSx file systems.
-
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association that you want to update.
-
#password ⇒ String
The password of the user credential.
-
#user_name ⇒ String
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system.
Instance Attribute Details
#audit_destination_arn ⇒ String
The Amazon Resource Name (ARN) of the storage used for the audit logs.
6791 6792 6793 6794 6795 6796 6797 6798 6799 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6791 class UpdateFileSystemAssociationInput < Struct.new( :file_system_association_arn, :user_name, :password, :audit_destination_arn, :cache_attributes) SENSITIVE = [:password] include Aws::Structure end |
#cache_attributes ⇒ Types::CacheAttributes
The refresh cache information for the file share or FSx file systems.
6791 6792 6793 6794 6795 6796 6797 6798 6799 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6791 class UpdateFileSystemAssociationInput < Struct.new( :file_system_association_arn, :user_name, :password, :audit_destination_arn, :cache_attributes) SENSITIVE = [:password] include Aws::Structure end |
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association that you want to update.
6791 6792 6793 6794 6795 6796 6797 6798 6799 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6791 class UpdateFileSystemAssociationInput < Struct.new( :file_system_association_arn, :user_name, :password, :audit_destination_arn, :cache_attributes) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
The password of the user credential.
6791 6792 6793 6794 6795 6796 6797 6798 6799 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6791 class UpdateFileSystemAssociationInput < Struct.new( :file_system_association_arn, :user_name, :password, :audit_destination_arn, :cache_attributes) SENSITIVE = [:password] include Aws::Structure end |
#user_name ⇒ 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.
6791 6792 6793 6794 6795 6796 6797 6798 6799 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6791 class UpdateFileSystemAssociationInput < Struct.new( :file_system_association_arn, :user_name, :password, :audit_destination_arn, :cache_attributes) SENSITIVE = [:password] include Aws::Structure end |