Class: Aws::Types::UpdateFieldLevelEncryptionProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFieldLevelEncryptionProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Returns the value of attribute field_level_encryption_profile_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_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Returns the value of attribute field_level_encryption_profile_config.
4032 4033 4034 |
# File 'sig/types.rbs', line 4032 def field_level_encryption_profile_config @field_level_encryption_profile_config end |
#id ⇒ ::String
Returns the value of attribute id.
4033 4034 4035 |
# File 'sig/types.rbs', line 4033 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def if_match @if_match end |