Class: Aws::Types::UpdateFieldLevelEncryptionProfileResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFieldLevelEncryptionProfileResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returns the value of attribute field_level_encryption_profile.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
4040 4041 4042 |
# File 'sig/types.rbs', line 4040 def etag @etag end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returns the value of attribute field_level_encryption_profile.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def field_level_encryption_profile @field_level_encryption_profile end |