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.
4512 4513 4514 |
# File 'sig/types.rbs', line 4512 def encrypted_by_id @encrypted_by_id end |
#encrypted_key_metadata ⇒ ::String
Returns the value of attribute encrypted_key_metadata.
4511 4512 4513 |
# File 'sig/types.rbs', line 4511 def @encrypted_key_metadata end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
4510 4511 4512 |
# File 'sig/types.rbs', line 4510 def key_id @key_id end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
4513 4514 4515 |
# File 'sig/types.rbs', line 4513 def properties @properties end |