Class: Aws::Types::UpdateFileSystemAssociationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#audit_destination_arn::String

Returns the value of attribute audit_destination_arn.

Returns:



1481
1482
1483
# File 'sig/types.rbs', line 1481

def audit_destination_arn
  @audit_destination_arn
end

#cache_attributesTypes::CacheAttributes

Returns the value of attribute cache_attributes.

Returns:



1482
1483
1484
# File 'sig/types.rbs', line 1482

def cache_attributes
  @cache_attributes
end

#file_system_association_arn::String

Returns the value of attribute file_system_association_arn.

Returns:



1478
1479
1480
# File 'sig/types.rbs', line 1478

def file_system_association_arn
  @file_system_association_arn
end

#password::String

Returns the value of attribute password.

Returns:



1480
1481
1482
# File 'sig/types.rbs', line 1480

def password
  @password
end

#user_name::String

Returns the value of attribute user_name.

Returns:



1479
1480
1481
# File 'sig/types.rbs', line 1479

def user_name
  @user_name
end