Class: Aws::Types::SMBFileShareInfo
- Inherits:
-
Object
- Object
- Aws::Types::SMBFileShareInfo
- 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.
-
#authentication ⇒ ::String
Returns the value of attribute authentication.
-
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
-
#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_id ⇒ ::String
Returns the value of attribute file_share_id.
-
#file_share_name ⇒ ::String
Returns the value of attribute file_share_name.
-
#file_share_status ⇒ ::String
Returns the value of attribute file_share_status.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#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.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#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.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#smbacl_enabled ⇒ Boolean
Returns the value of attribute smbacl_enabled.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#valid_user_list ⇒ ::Array[::String]
Returns the value of attribute valid_user_list.
-
#vpc_endpoint_dns_name ⇒ ::String
Returns the value of attribute vpc_endpoint_dns_name.
Instance Attribute Details
#access_based_enumeration ⇒ Boolean
Returns the value of attribute access_based_enumeration.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def access_based_enumeration @access_based_enumeration end |
#admin_user_list ⇒ ::Array[::String]
Returns the value of attribute admin_user_list.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def admin_user_list @admin_user_list end |
#audit_destination_arn ⇒ ::String
Returns the value of attribute audit_destination_arn.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def audit_destination_arn @audit_destination_arn end |
#authentication ⇒ ::String
Returns the value of attribute authentication.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def authentication @authentication end |
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def bucket_region @bucket_region end |
#cache_attributes ⇒ Types::CacheAttributes
Returns the value of attribute cache_attributes.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def cache_attributes @cache_attributes end |
#case_sensitivity ⇒ "ClientSpecified", "CaseSensitive"
Returns the value of attribute case_sensitivity.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def case_sensitivity @case_sensitivity end |
#default_storage_class ⇒ ::String
Returns the value of attribute default_storage_class.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def default_storage_class @default_storage_class end |
#encryption_type ⇒ "SseS3", ...
Returns the value of attribute encryption_type.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def encryption_type @encryption_type end |
#file_share_arn ⇒ ::String
Returns the value of attribute file_share_arn.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def file_share_arn @file_share_arn end |
#file_share_id ⇒ ::String
Returns the value of attribute file_share_id.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def file_share_id @file_share_id end |
#file_share_name ⇒ ::String
Returns the value of attribute file_share_name.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def file_share_name @file_share_name end |
#file_share_status ⇒ ::String
Returns the value of attribute file_share_status.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def file_share_status @file_share_status end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def gateway_arn @gateway_arn end |
#guess_mime_type_enabled ⇒ Boolean
Returns the value of attribute guess_mime_type_enabled.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def guess_mime_type_enabled @guess_mime_type_enabled end |
#invalid_user_list ⇒ ::Array[::String]
Returns the value of attribute invalid_user_list.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def invalid_user_list @invalid_user_list end |
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def kms_encrypted @kms_encrypted end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def kms_key @kms_key end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def location_arn @location_arn end |
#notification_policy ⇒ ::String
Returns the value of attribute notification_policy.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def notification_policy @notification_policy end |
#object_acl ⇒ "private", ...
Returns the value of attribute object_acl.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def object_acl @object_acl end |
#oplocks_enabled ⇒ Boolean
Returns the value of attribute oplocks_enabled.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def oplocks_enabled @oplocks_enabled end |
#path ⇒ ::String
Returns the value of attribute path.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def path @path end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def read_only @read_only end |
#requester_pays ⇒ Boolean
Returns the value of attribute requester_pays.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def requester_pays @requester_pays end |
#role ⇒ ::String
Returns the value of attribute role.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def role @role end |
#smbacl_enabled ⇒ Boolean
Returns the value of attribute smbacl_enabled.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def smbacl_enabled @smbacl_enabled end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def end |
#valid_user_list ⇒ ::Array[::String]
Returns the value of attribute valid_user_list.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def valid_user_list @valid_user_list end |
#vpc_endpoint_dns_name ⇒ ::String
Returns the value of attribute vpc_endpoint_dns_name.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def vpc_endpoint_dns_name @vpc_endpoint_dns_name end |