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

#arn ⇒ String

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

Returns:

  • (String)


50253
50254
50255
50256
50257
50258
50259
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50253

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

#dlp_setting_id ⇒ String

The ID of the updated DLP setting.

Returns:

  • (String)


50253
50254
50255
50256
50257
50258
50259
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50253

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


50253
50254
50255
50256
50257
50258
50259
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50253

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