Class: Aws::Types::DataProtectionSettings
- Inherits:
-
Object
- Object
- Aws::Types::DataProtectionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
-
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
Returns the value of attribute inline_redaction_configuration.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
372 373 374 |
# File 'sig/types.rbs', line 372 def additional_encryption_context @additional_encryption_context end |
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
367 368 369 |
# File 'sig/types.rbs', line 367 def associated_portal_arns @associated_portal_arns end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
370 371 372 |
# File 'sig/types.rbs', line 370 def creation_date @creation_date end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
371 372 373 |
# File 'sig/types.rbs', line 371 def customer_managed_key @customer_managed_key end |
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
365 366 367 |
# File 'sig/types.rbs', line 365 def data_protection_settings_arn @data_protection_settings_arn end |
#description ⇒ ::String
Returns the value of attribute description.
369 370 371 |
# File 'sig/types.rbs', line 369 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def display_name @display_name end |
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
Returns the value of attribute inline_redaction_configuration.
366 367 368 |
# File 'sig/types.rbs', line 366 def inline_redaction_configuration @inline_redaction_configuration end |