Class: Aws::Types::GetFieldLevelEncryptionProfileResult
- Inherits:
-
Object
- Object
- Aws::Types::GetFieldLevelEncryptionProfileResult
- 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.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def etag @etag end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returns the value of attribute field_level_encryption_profile.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def field_level_encryption_profile @field_level_encryption_profile end |