Class: Aws::Types::UpdateNFSFileShareInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audit_destination_arn::String

Returns the value of attribute audit_destination_arn.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def audit_destination_arn
  @audit_destination_arn
end

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

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def file_share_name
  @file_share_name
end

#guess_mime_type_enabledBoolean

Returns the value of attribute guess_mime_type_enabled.

Returns:

  • (Boolean)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def guess_mime_type_enabled
  @guess_mime_type_enabled
end

#kms_encryptedBoolean

Returns the value of attribute kms_encrypted.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def kms_key
  @kms_key
end

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

Returns:

  • (::String)


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.

Returns:

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


1538
1539
1540
# File 'sig/types.rbs', line 1538

def object_acl
  @object_acl
end

#read_onlyBoolean

Returns the value of attribute read_only.

Returns:

  • (Boolean)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def read_only
  @read_only
end

#requester_paysBoolean

Returns the value of attribute requester_pays.

Returns:

  • (Boolean)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def requester_pays
  @requester_pays
end

#squash::String

Returns the value of attribute squash.

Returns:

  • (::String)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def squash
  @squash
end