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.
4493 4494 4495 |
# File 'sig/types.rbs', line 4493 def encrypted_by_id @encrypted_by_id end |
#encrypted_key_metadata ⇒ ::String
Returns the value of attribute encrypted_key_metadata.
4492 4493 4494 |
# File 'sig/types.rbs', line 4492 def @encrypted_key_metadata end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
4491 4492 4493 |
# File 'sig/types.rbs', line 4491 def key_id @key_id end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4494 4495 4496 |
# File 'sig/types.rbs', line 4494 def properties @properties end |