Class: Aws::StorageGateway::Types::UpdateFileSystemAssociationInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_destination_arnString

The Amazon Resource Name (ARN) of the storage used for the audit logs.

Returns:

  • (String)


6529
6530
6531
6532
6533
6534
6535
6536
6537
# File 'lib/aws-sdk-storagegateway/types.rb', line 6529

class UpdateFileSystemAssociationInput < Struct.new(
  :file_system_association_arn,
  :user_name,
  :password,
  :audit_destination_arn,
  :cache_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end

#cache_attributesTypes::CacheAttributes

The refresh cache information for the file share or FSx file systems.



6529
6530
6531
6532
6533
6534
6535
6536
6537
# File 'lib/aws-sdk-storagegateway/types.rb', line 6529

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_arnString

The Amazon Resource Name (ARN) of the file system association that you want to update.

Returns:

  • (String)


6529
6530
6531
6532
6533
6534
6535
6536
6537
# File 'lib/aws-sdk-storagegateway/types.rb', line 6529

class UpdateFileSystemAssociationInput < Struct.new(
  :file_system_association_arn,
  :user_name,
  :password,
  :audit_destination_arn,
  :cache_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end

#passwordString

The password of the user credential.

Returns:

  • (String)


6529
6530
6531
6532
6533
6534
6535
6536
6537
# File 'lib/aws-sdk-storagegateway/types.rb', line 6529

class UpdateFileSystemAssociationInput < Struct.new(
  :file_system_association_arn,
  :user_name,
  :password,
  :audit_destination_arn,
  :cache_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end

#user_nameString

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.

Returns:

  • (String)


6529
6530
6531
6532
6533
6534
6535
6536
6537
# File 'lib/aws-sdk-storagegateway/types.rb', line 6529

class UpdateFileSystemAssociationInput < Struct.new(
  :file_system_association_arn,
  :user_name,
  :password,
  :audit_destination_arn,
  :cache_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end