Class: Aws::QuickSight::Types::UpdateDlpSettingResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 updated DLP setting.

Returns:

  • (String)


49687
49688
49689
49690
49691
49692
49693
# File 'lib/aws-sdk-quicksight/types.rb', line 49687

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

#dlp_setting_idString

The ID of the updated DLP setting.

Returns:

  • (String)


49687
49688
49689
49690
49691
49692
49693
# File 'lib/aws-sdk-quicksight/types.rb', line 49687

class UpdateDlpSettingResponse < 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)


49687
49688
49689
49690
49691
49692
49693
# File 'lib/aws-sdk-quicksight/types.rb', line 49687

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