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

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 updated DLP setting.

Returns:

  • (String)


49205
49206
49207
49208
49209
49210
49211
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49205

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)


49205
49206
49207
49208
49209
49210
49211
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49205

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)


49205
49206
49207
49208
49209
49210
49211
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49205

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