Class: Aws::Types::FieldLevelEncryption
- Inherits:
-
Object
- Object
- Aws::Types::FieldLevelEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Returns the value of attribute field_level_encryption_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Returns the value of attribute field_level_encryption_config.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def field_level_encryption_config @field_level_encryption_config end |
#id ⇒ ::String
Returns the value of attribute id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def last_modified_time @last_modified_time end |