Class: Aws::Types::SMBFileShareInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_based_enumerationBoolean

Returns the value of attribute access_based_enumeration.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def authentication
  @authentication
end

#bucket_region::String

Returns the value of attribute bucket_region.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def bucket_region
  @bucket_region
end

#cache_attributesTypes::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.

Returns:

  • ("ClientSpecified", "CaseSensitive")


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.

Returns:

  • (::String)


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.

Returns:

  • ("SseS3", "SseKms", "DsseKms")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def gateway_arn
  @gateway_arn
end

#guess_mime_type_enabledBoolean

Returns the value of attribute guess_mime_type_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


1244
1245
1246
# File 'sig/types.rbs', line 1244

def invalid_user_list
  @invalid_user_list
end

#kms_encryptedBoolean

Returns the value of attribute kms_encrypted.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("private", "public-read", "public-read-write", "authenticated-read", "bucket-owner-read", "bucket-owner-full-control", "aws-exec-read")


1236
1237
1238
# File 'sig/types.rbs', line 1236

def object_acl
  @object_acl
end

#oplocks_enabledBoolean

Returns the value of attribute oplocks_enabled.

Returns:

  • (Boolean)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def oplocks_enabled
  @oplocks_enabled
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def path
  @path
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def read_only
  @read_only
end

#requester_paysBoolean

Returns the value of attribute requester_pays.

Returns:

  • (Boolean)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def requester_pays
  @requester_pays
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def role
  @role
end

#smbacl_enabledBoolean

Returns the value of attribute smbacl_enabled.

Returns:

  • (Boolean)


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.

Returns:



1248
1249
1250
# File 'sig/types.rbs', line 1248

def tags
  @tags
end

#valid_user_list::Array[::String]

Returns the value of attribute valid_user_list.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def vpc_endpoint_dns_name
  @vpc_endpoint_dns_name
end