Class: Aws::Types::UpdateFieldLevelEncryptionConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFieldLevelEncryptionConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Returns the value of attribute field_level_encryption_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
Instance Attribute Details
#field_level_encryption_config ⇒ Types::FieldLevelEncryptionConfig
Returns the value of attribute field_level_encryption_config.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def field_level_encryption_config @field_level_encryption_config end |
#id ⇒ ::String
Returns the value of attribute id.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def if_match @if_match end |