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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about the server-side encryption for the table.

Constant Summary collapse

SENSITIVE =
[]

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, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)


5987
5988
5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5987

class AwsDynamoDbTableSseDescription < Struct.new(
  :inaccessible_encryption_date_time,
  :status,
  :sse_type,
  :kms_master_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_master_key_arnString

The ARN of the KMS key that is used for the KMS encryption.

Returns:

  • (String)


5987
5988
5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5987

class AwsDynamoDbTableSseDescription < Struct.new(
  :inaccessible_encryption_date_time,
  :status,
  :sse_type,
  :kms_master_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sse_typeString

The type of server-side encryption.

Returns:

  • (String)


5987
5988
5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5987

class AwsDynamoDbTableSseDescription < Struct.new(
  :inaccessible_encryption_date_time,
  :status,
  :sse_type,
  :kms_master_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the server-side encryption.

Returns:

  • (String)


5987
5988
5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5987

class AwsDynamoDbTableSseDescription < Struct.new(
  :inaccessible_encryption_date_time,
  :status,
  :sse_type,
  :kms_master_key_arn)
  SENSITIVE = []
  include Aws::Structure
end