Class: Aws::QuickSight::Types::DescribeDlpSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDlpSettingResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dlp_setting ⇒ Types::DlpSettingDetails
The full configuration of the requested DLP setting, returned as a
DlpSettingDetailsobject. -
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#dlp_setting ⇒ Types::DlpSettingDetails
The full configuration of the requested DLP setting, returned as a
DlpSettingDetails object.
19698 19699 19700 19701 19702 19703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19698 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.
19698 19699 19700 19701 19702 19703 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19698 class DescribeDlpSettingResponse < Struct.new( :dlp_setting, :request_id) SENSITIVE = [] include Aws::Structure end |