Class: Aws::WorkSpacesWeb::Types::DataProtectionSettings

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

Overview

The data protection settings resource that can be associated with a web portal.

Constant Summary collapse

SENSITIVE =
[:display_name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<String,String>

The additional encryption context of the data protection settings.

Returns:

  • (Hash<String,String>)


1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#associated_portal_arnsArray<String>

A list of web portal ARNs that this data protection settings resource is associated with.

Returns:

  • (Array<String>)


1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#creation_dateTime

The creation date timestamp of the data protection settings.

Returns:

  • (Time)


1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#customer_managed_keyString

The customer managed key used to encrypt sensitive information in the data protection settings.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#data_protection_settings_arnString

The ARN of the data protection settings resource.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#descriptionString

The description of the data protection settings.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#display_nameString

The display name of the data protection settings.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end

#inline_redaction_configurationTypes::InlineRedactionConfiguration

The inline redaction configuration for the data protection settings.



1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1305

class DataProtectionSettings < Struct.new(
  :data_protection_settings_arn,
  :inline_redaction_configuration,
  :associated_portal_arns,
  :display_name,
  :description,
  :creation_date,
  :customer_managed_key,
  :additional_encryption_context)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end