Class: Aws::Types::UpdateDlpSettingResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDlpSettingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12668 12669 12670 |
# File 'sig/types.rbs', line 12668 def arn @arn end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
12669 12670 12671 |
# File 'sig/types.rbs', line 12669 def dlp_setting_id @dlp_setting_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12670 12671 12672 |
# File 'sig/types.rbs', line 12670 def request_id @request_id end |