Class: Aws::Types::CreateDlpSettingResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDlpSettingResponse
- 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.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def arn @arn end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def dlp_setting_id @dlp_setting_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def request_id @request_id end |