Class: Aws::QuickSight::Types::DescribeDlpSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDlpSettingResponse
- Includes:
- Structure
- Defined in:
- 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.
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_id ⇒ String
The Amazon Web Services request ID for this operation.
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 |