Class: Aws::QuickSight::Types::DeleteDlpSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteDlpSettingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted DLP setting.
-
#dlp_setting_id ⇒ String
The ID of the deleted DLP setting.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted DLP setting.
16750 16751 16752 16753 16754 16755 16756 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16750 class DeleteDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#dlp_setting_id ⇒ String
The ID of the deleted DLP setting.
16750 16751 16752 16753 16754 16755 16756 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16750 class DeleteDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
16750 16751 16752 16753 16754 16755 16756 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16750 class DeleteDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |