Class: Aws::QuickSight::Types::DescribeDlpSettingRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the DLP setting that you want to describe.

Returns:

  • (String)


19848
19849
19850
19851
19852
19853
# File 'lib/aws-sdk-quicksight/types.rb', line 19848

class DescribeDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id)
  SENSITIVE = []
  include Aws::Structure
end

#dlp_setting_idString

The ID of the DLP setting that you want to describe.

Returns:

  • (String)


19848
19849
19850
19851
19852
19853
# File 'lib/aws-sdk-quicksight/types.rb', line 19848

class DescribeDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id)
  SENSITIVE = []
  include Aws::Structure
end