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

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

#dlp_settingTypes::DlpSettingDetails

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



19866
19867
19868
19869
19870
19871
# File 'lib/aws-sdk-quicksight/types.rb', line 19866

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


19866
19867
19868
19869
19870
19871
# File 'lib/aws-sdk-quicksight/types.rb', line 19866

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