Class: Aws::QuickSight::Types::UpdateDlpSettingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDlpSettingResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
49205 49206 49207 49208 49209 49210 49211 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49205 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.
49205 49206 49207 49208 49209 49210 49211 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49205 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.
49205 49206 49207 49208 49209 49210 49211 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49205 class UpdateDlpSettingResponse < Struct.new( :arn, :dlp_setting_id, :request_id) SENSITIVE = [] include Aws::Structure end |