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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[:description, :display_name]

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>)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

class DataProtectionSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :data_protection_settings_arn,
  :description,
  :display_name,
  :inline_redaction_configuration)
  SENSITIVE = [:description, :display_name]
  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>)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

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

#creation_dateTime

The creation date timestamp of the data protection settings.

Returns:

  • (Time)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

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

#customer_managed_keyString

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

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

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

#data_protection_settings_arnString

The ARN of the data protection settings resource.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

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

#descriptionString

The description of the data protection settings.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

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

#display_nameString

The display name of the data protection settings.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

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

#inline_redaction_configurationTypes::InlineRedactionConfiguration

The inline redaction configuration for the data protection settings.



1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1199

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