Class: Aws::QuickSight::Types::DeleteDlpSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteDlpSettingResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
16660 16661 16662 16663 16664 16665 16666 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16660 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.
16660 16661 16662 16663 16664 16665 16666 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16660 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.
16660 16661 16662 16663 16664 16665 16666 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16660 class DeleteDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |