Class: Aws::Types::UpdateDataProtectionSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataProtectionSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
Returns the value of attribute inline_redaction_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def client_token @client_token end |
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def data_protection_settings_arn @data_protection_settings_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def display_name @display_name end |
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
Returns the value of attribute inline_redaction_configuration.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def inline_redaction_configuration @inline_redaction_configuration end |