Class: Aws::Types::FieldLevelEncryptionProfile
- Inherits:
-
Object
- Object
- Aws::Types::FieldLevelEncryptionProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Returns the value of attribute field_level_encryption_profile_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_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Returns the value of attribute field_level_encryption_profile_config.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def field_level_encryption_profile_config @field_level_encryption_profile_config end |
#id ⇒ ::String
Returns the value of attribute id.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def last_modified_time @last_modified_time end |