Class: Aws::QuickSight::Types::DescribeDlpSettingResponse

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

#dlp_setting ⇒ Types::DlpSettingDetails

The full configuration of the requested DLP setting, returned as a DlpSettingDetails object.



20432
20433
20434
20435
20436
20437
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20432

class DescribeDlpSettingResponse < Struct.new(
  :dlp_setting,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


20432
20433
20434
20435
20436
20437
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20432

class DescribeDlpSettingResponse < Struct.new(
  :dlp_setting,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end