You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsDynamoDbTableSseDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsDynamoDbTableSseDescription as input to an Aws::Client method, you can use a vanilla Hash:

{
  inaccessible_encryption_date_time: "NonEmptyString",
  status: "NonEmptyString",
  sse_type: "NonEmptyString",
  kms_master_key_arn: "NonEmptyString",
}

Information about the server-side encryption for the table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inaccessible_encryption_date_timeString

If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.

#kms_master_key_arnString

The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS encryption.

Returns:

  • (String)

    The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS encryption.

#sse_typeString

The type of server-side encryption.

Returns:

  • (String)

    The type of server-side encryption.

#statusString

The status of the server-side encryption.

Returns:

  • (String)

    The status of the server-side encryption.