Class: Aws::Types::GetFieldLevelEncryptionProfileConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetFieldLevelEncryptionProfileConfigResult
- 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_config ⇒ Types::FieldLevelEncryptionProfileConfig
Returns the value of attribute field_level_encryption_profile_config.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def etag @etag end |
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Returns the value of attribute field_level_encryption_profile_config.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def field_level_encryption_profile_config @field_level_encryption_profile_config end |