Class: Aws::QuickSight::Types::DeleteDlpSettingResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the deleted DLP setting.

Returns:

  • (String)


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_idString

The ID of the deleted DLP setting.

Returns:

  • (String)


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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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