Class: Aws::WorkSpacesWeb::Types::UpdateDataProtectionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateDataProtectionSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :display_name]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings.
-
#description ⇒ String
The description of the data protection settings.
-
#display_name ⇒ String
The display name of the data protection settings.
-
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
The inline redaction configuration of the data protection settings that will be applied to all sessions.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3313 class UpdateDataProtectionSettingsRequest < Struct.new( :client_token, :data_protection_settings_arn, :description, :display_name, :inline_redaction_configuration) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings.
3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3313 class UpdateDataProtectionSettingsRequest < Struct.new( :client_token, :data_protection_settings_arn, :description, :display_name, :inline_redaction_configuration) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#description ⇒ String
The description of the data protection settings.
3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3313 class UpdateDataProtectionSettingsRequest < Struct.new( :client_token, :data_protection_settings_arn, :description, :display_name, :inline_redaction_configuration) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#display_name ⇒ String
The display name of the data protection settings.
3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3313 class UpdateDataProtectionSettingsRequest < Struct.new( :client_token, :data_protection_settings_arn, :description, :display_name, :inline_redaction_configuration) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
The inline redaction configuration of the data protection settings that will be applied to all sessions.
3313 3314 3315 3316 3317 3318 3319 3320 3321 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3313 class UpdateDataProtectionSettingsRequest < Struct.new( :client_token, :data_protection_settings_arn, :description, :display_name, :inline_redaction_configuration) SENSITIVE = [:description, :display_name] include Aws::Structure end |