Class: Aws::Types::GetFieldLevelEncryptionResult
- Inherits:
-
Object
- Object
- Aws::Types::GetFieldLevelEncryptionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#field_level_encryption ⇒ Types::FieldLevelEncryption
Returns the value of attribute field_level_encryption.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def etag @etag end |
#field_level_encryption ⇒ Types::FieldLevelEncryption
Returns the value of attribute field_level_encryption.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def field_level_encryption @field_level_encryption end |