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
- Struct
- Aws::SecurityHub::Types::AwsDynamoDbTableSseDescription
- Defined in:
- (unknown)
Overview
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
-
#inaccessible_encryption_date_time ⇒ String
If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.
-
#kms_master_key_arn ⇒ String
The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS encryption.
-
#sse_type ⇒ String
The type of server-side encryption.
-
#status ⇒ String
The status of the server-side encryption.
Instance Attribute Details
#inaccessible_encryption_date_time ⇒ String
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
.
#kms_master_key_arn ⇒ String
The ARN of the AWS KMS customer master key (CMK) that is used for the AWS KMS encryption.
#sse_type ⇒ String
The type of server-side encryption.
#status ⇒ String
The status of the server-side encryption.