Class: Aws::Types::GetFieldLevelEncryptionConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetFieldLevelEncryptionConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Returns the value of attribute field_level_encryption_config.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def etag @etag end |
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Returns the value of attribute field_level_encryption_config.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def field_level_encryption_config @field_level_encryption_config end |