Class: Aws::WorkSpacesWeb::Types::UpdateDataProtectionSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:display_name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4010

class UpdateDataProtectionSettingsRequest < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :display_name,
  :description,
  :client_token)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#data_protection_settings_arnString

The ARN of the data protection settings.

Returns:

  • (String)


4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4010

class UpdateDataProtectionSettingsRequest < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :display_name,
  :description,
  :client_token)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#descriptionString

The description of the data protection settings.

Returns:

  • (String)


4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4010

class UpdateDataProtectionSettingsRequest < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :display_name,
  :description,
  :client_token)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#display_nameString

The display name of the data protection settings.

Returns:

  • (String)


4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4010

class UpdateDataProtectionSettingsRequest < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :display_name,
  :description,
  :client_token)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#inline_redaction_configurationTypes::InlineRedactionConfiguration

The inline redaction configuration of the data protection settings that will be applied to all sessions.



4010
4011
4012
4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4010

class UpdateDataProtectionSettingsRequest < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :display_name,
  :description,
  :client_token)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end