Class: Aws::QuickSight::Types::UpdateDlpSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDlpSettingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated DLP setting.
-
#dlp_setting_id ⇒ String
The ID of the updated DLP setting.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated DLP setting.
49687 49688 49689 49690 49691 49692 49693 |
# File 'lib/aws-sdk-quicksight/types.rb', line 49687 class UpdateDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#dlp_setting_id ⇒ String
The ID of the updated DLP setting.
49687 49688 49689 49690 49691 49692 49693 |
# File 'lib/aws-sdk-quicksight/types.rb', line 49687 class UpdateDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
49687 49688 49689 49690 49691 49692 49693 |
# File 'lib/aws-sdk-quicksight/types.rb', line 49687 class UpdateDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |