Class: Aws::Types::DeleteDlpSettingResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDlpSettingResponse
- 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.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def arn @arn end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def dlp_setting_id @dlp_setting_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def request_id @request_id end |