Class: Aws::Types::UpdateSMBFileShareInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSMBFileShareInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_based_enumeration ⇒ Boolean
Returns the value of attribute access_based_enumeration.
-
#admin_user_list ⇒ ::Array[::String]
Returns the value of attribute admin_user_list.
-
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
-
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
-
#case_sensitivity ⇒ "ClientSpecified", "CaseSensitive"
Returns the value of attribute case_sensitivity.
-
#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.
-
#invalid_user_list ⇒ ::Array[::String]
Returns the value of attribute invalid_user_list.
-
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#notification_policy ⇒ ::String
Returns the value of attribute notification_policy.
-
#object_acl ⇒ "private", ...
Returns the value of attribute object_acl.
-
#oplocks_enabled ⇒ Boolean
Returns the value of attribute oplocks_enabled.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
-
#smbacl_enabled ⇒ Boolean
Returns the value of attribute smbacl_enabled.
-
#valid_user_list ⇒ ::Array[::String]
Returns the value of attribute valid_user_list.
Instance Attribute Details
#access_based_enumeration ⇒ Boolean
Returns the value of attribute access_based_enumeration.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def access_based_enumeration @access_based_enumeration end |
#admin_user_list ⇒ ::Array[::String]
Returns the value of attribute admin_user_list.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def admin_user_list @admin_user_list end |
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def audit_destination_arn @audit_destination_arn end |
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def cache_attributes @cache_attributes end |
#case_sensitivity ⇒ "ClientSpecified", "CaseSensitive"
Returns the value of attribute case_sensitivity.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def case_sensitivity @case_sensitivity end |
#default_storage_class ⇒ ::String
Returns the value of attribute default_storage_class.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def default_storage_class @default_storage_class end |
#encryption_type ⇒ "SseS3", ...
Returns the value of attribute encryption_type.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def encryption_type @encryption_type end |
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def file_share_arn @file_share_arn end |
#file_share_name ⇒ ::String
Returns the value of attribute file_share_name.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def file_share_name @file_share_name end |
#guess_mime_type_enabled ⇒ Boolean
Returns the value of attribute guess_mime_type_enabled.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def guess_mime_type_enabled @guess_mime_type_enabled end |
#invalid_user_list ⇒ ::Array[::String]
Returns the value of attribute invalid_user_list.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def invalid_user_list @invalid_user_list end |
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def kms_encrypted @kms_encrypted end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def kms_key @kms_key end |
#notification_policy ⇒ ::String
Returns the value of attribute notification_policy.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def notification_policy @notification_policy end |
#object_acl ⇒ "private", ...
Returns the value of attribute object_acl.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def object_acl @object_acl end |
#oplocks_enabled ⇒ Boolean
Returns the value of attribute oplocks_enabled.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def oplocks_enabled @oplocks_enabled end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def read_only @read_only end |
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def requester_pays @requester_pays end |
#smbacl_enabled ⇒ Boolean
Returns the value of attribute smbacl_enabled.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def smbacl_enabled @smbacl_enabled end |
#valid_user_list ⇒ ::Array[::String]
Returns the value of attribute valid_user_list.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def valid_user_list @valid_user_list end |