Class: Aws::Types::DeleteDlpSettingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDlpSettingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def aws_account_id @aws_account_id end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
4040 4041 4042 |
# File 'sig/types.rbs', line 4040 def dlp_setting_id @dlp_setting_id end |