Class: Aws::Types::AwsDynamoDbTableSseDescription
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableSseDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inaccessible_encryption_date_time ⇒ ::String
Returns the value of attribute inaccessible_encryption_date_time.
-
#kms_master_key_arn ⇒ ::String
Returns the value of attribute kms_master_key_arn.
-
#sse_type ⇒ ::String
Returns the value of attribute sse_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#inaccessible_encryption_date_time ⇒ ::String
Returns the value of attribute inaccessible_encryption_date_time.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def inaccessible_encryption_date_time @inaccessible_encryption_date_time end |
#kms_master_key_arn ⇒ ::String
Returns the value of attribute kms_master_key_arn.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def kms_master_key_arn @kms_master_key_arn end |
#sse_type ⇒ ::String
Returns the value of attribute sse_type.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def sse_type @sse_type end |
#status ⇒ ::String
Returns the value of attribute status.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def status @status end |