Class: Aws::QuickSight::Types::DeleteDlpSettingRequest

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

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the DLP setting that you want to delete.

Returns:

  • (String)


17295
17296
17297
17298
17299
17300
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17295

class DeleteDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id)
  SENSITIVE = []
  include Aws::Structure
end

#dlp_setting_id ⇒ String

The ID of the DLP setting that you want to delete.

Returns:

  • (String)


17295
17296
17297
17298
17299
17300
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17295

class DeleteDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id)
  SENSITIVE = []
  include Aws::Structure
end