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

#arn ⇒ String

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

Returns:

  • (String)


17316
17317
17318
17319
17320
17321
17322
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17316

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.

Returns:

  • (String)


17316
17317
17318
17319
17320
17321
17322
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17316

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.

Returns:

  • (String)


17316
17317
17318
17319
17320
17321
17322
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17316

class DeleteDlpSettingResponse < Struct.new(
  :arn,
  :dlp_setting_id,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end