Class: Aws::Types::UpdateSMBFileShareInput

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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def audit_destination_arn
  @audit_destination_arn
end

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

Returns:

  • ("ClientSpecified", "CaseSensitive")


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def file_share_name
  @file_share_name
end

#guess_mime_type_enabledBoolean

Returns the value of attribute guess_mime_type_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


1570
1571
1572
# File 'sig/types.rbs', line 1570

def invalid_user_list
  @invalid_user_list
end

#kms_encryptedBoolean

Returns the value of attribute kms_encrypted.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


1562
1563
1564
# File 'sig/types.rbs', line 1562

def object_acl
  @object_acl
end

#oplocks_enabledBoolean

Returns the value of attribute oplocks_enabled.

Returns:

  • (Boolean)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def oplocks_enabled
  @oplocks_enabled
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def read_only
  @read_only
end

#requester_paysBoolean

Returns the value of attribute requester_pays.

Returns:

  • (Boolean)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def requester_pays
  @requester_pays
end

#smbacl_enabledBoolean

Returns the value of attribute smbacl_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


1569
1570
1571
# File 'sig/types.rbs', line 1569

def valid_user_list
  @valid_user_list
end