Class: Aws::Types::UpdateFileSystemAssociationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFileSystemAssociationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
-
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
-
#file_system_association_arn ⇒ ::String
Returns the value of attribute file_system_association_arn.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def audit_destination_arn @audit_destination_arn end |
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
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.
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.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def password @password end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def user_name @user_name end |