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")


2891
2892
2893
# File 'sig/types.rbs', line 2891

def catalog_encryption_mode
  @catalog_encryption_mode
end

#catalog_encryption_service_role::String

Returns the value of attribute catalog_encryption_service_role.

Returns:

  • (::String)


2893
2894
2895
# File 'sig/types.rbs', line 2893

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)


2892
2893
2894
# File 'sig/types.rbs', line 2892

def sse_aws_kms_key_id
  @sse_aws_kms_key_id
end