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 =
[: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>)


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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)


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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)


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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)


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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)


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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)


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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.



1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1477

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