Class: Aws::Types::DescribeDlpSettingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDlpSettingRequest
- 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.
4916 4917 4918 |
# File 'sig/types.rbs', line 4916 def aws_account_id @aws_account_id end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
4917 4918 4919 |
# File 'sig/types.rbs', line 4917 def dlp_setting_id @dlp_setting_id end |