Class: Aws::Types::EncryptionAtRest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_encryption_mode"DISABLED", ...

Returns the value of attribute catalog_encryption_mode.

Returns:

  • ("DISABLED", "SSE-KMS", "SSE-KMS-WITH-SERVICE-ROLE")


2901
2902
2903
# File 'sig/types.rbs', line 2901

def catalog_encryption_mode
  @catalog_encryption_mode
end

#catalog_encryption_service_role::String

Returns the value of attribute catalog_encryption_service_role.

Returns:

  • (::String)


2903
2904
2905
# File 'sig/types.rbs', line 2903

def catalog_encryption_service_role
  @catalog_encryption_service_role
end

#sse_aws_kms_key_id::String

Returns the value of attribute sse_aws_kms_key_id.

Returns:

  • (::String)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def sse_aws_kms_key_id
  @sse_aws_kms_key_id
end