Class: Aws::Types::SSEDescription
- Inherits:
-
Object
- Object
- Aws::Types::SSEDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inaccessible_encryption_date_time ⇒ ::Time
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 ⇒ "AES256", "KMS"
Returns the value of attribute sse_type.
-
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
Instance Attribute Details
#inaccessible_encryption_date_time ⇒ ::Time
Returns the value of attribute inaccessible_encryption_date_time.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def inaccessible_encryption_date_time @inaccessible_encryption_date_time end |
#kms_master_key_arn ⇒ ::String
Returns the value of attribute kms_master_key_arn.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def kms_master_key_arn @kms_master_key_arn end |
#sse_type ⇒ "AES256", "KMS"
Returns the value of attribute sse_type.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def sse_type @sse_type end |
#status ⇒ "ENABLING", ...
Returns the value of attribute status.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def status @status end |