Class: Aws::Types::IcebergEncryptedKey
- Inherits:
-
Object
- Object
- Aws::Types::IcebergEncryptedKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted_by_id ⇒ ::String
Returns the value of attribute encrypted_by_id.
-
#encrypted_key_metadata ⇒ ::String
Returns the value of attribute encrypted_key_metadata.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
Instance Attribute Details
#encrypted_by_id ⇒ ::String
Returns the value of attribute encrypted_by_id.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def encrypted_by_id @encrypted_by_id end |
#encrypted_key_metadata ⇒ ::String
Returns the value of attribute encrypted_key_metadata.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def @encrypted_key_metadata end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 def key_id @key_id end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def properties @properties end |