Class: Aws::Types::UpdateNFSFileShareInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNFSFileShareInput
- 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.
-
#client_list ⇒ ::Array[::String]
Returns the value of attribute client_list.
-
#default_storage_class ⇒ ::String
Returns the value of attribute default_storage_class.
-
#encryption_type ⇒ "SseS3", ...
Returns the value of attribute encryption_type.
-
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
-
#file_share_name ⇒ ::String
Returns the value of attribute file_share_name.
-
#guess_mime_type_enabled ⇒ Boolean
Returns the value of attribute guess_mime_type_enabled.
-
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#nfs_file_share_defaults ⇒ Types::NFSFileShareDefaults
Returns the value of attribute nfs_file_share_defaults.
-
#notification_policy ⇒ ::String
Returns the value of attribute notification_policy.
-
#object_acl ⇒ "private", ...
Returns the value of attribute object_acl.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
-
#squash ⇒ ::String
Returns the value of attribute squash.
Instance Attribute Details
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def audit_destination_arn @audit_destination_arn end |
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def cache_attributes @cache_attributes end |
#client_list ⇒ ::Array[::String]
Returns the value of attribute client_list.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def client_list @client_list end |
#default_storage_class ⇒ ::String
Returns the value of attribute default_storage_class.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def default_storage_class @default_storage_class end |
#encryption_type ⇒ "SseS3", ...
Returns the value of attribute encryption_type.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def encryption_type @encryption_type end |
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def file_share_arn @file_share_arn end |
#file_share_name ⇒ ::String
Returns the value of attribute file_share_name.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def file_share_name @file_share_name end |
#guess_mime_type_enabled ⇒ Boolean
Returns the value of attribute guess_mime_type_enabled.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def guess_mime_type_enabled @guess_mime_type_enabled end |
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def kms_encrypted @kms_encrypted end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def kms_key @kms_key end |
#nfs_file_share_defaults ⇒ Types::NFSFileShareDefaults
Returns the value of attribute nfs_file_share_defaults.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def nfs_file_share_defaults @nfs_file_share_defaults end |
#notification_policy ⇒ ::String
Returns the value of attribute notification_policy.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def notification_policy @notification_policy end |
#object_acl ⇒ "private", ...
Returns the value of attribute object_acl.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def object_acl @object_acl end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def read_only @read_only end |
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def requester_pays @requester_pays end |
#squash ⇒ ::String
Returns the value of attribute squash.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def squash @squash end |