Class: Aws::Types::CreateDataProtectionSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataProtectionSettingsRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
216 217 218 |
# File 'sig/types.rbs', line 216 def additional_encryption_context @additional_encryption_context end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
218 219 220 |
# File 'sig/types.rbs', line 218 def client_token @client_token end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
215 216 217 |
# File 'sig/types.rbs', line 215 def customer_managed_key @customer_managed_key end |
#description ⇒ ::String
Returns the value of attribute description.
213 214 215 |
# File 'sig/types.rbs', line 213 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def display_name @display_name end |
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
Returns the value of attribute inline_redaction_configuration.
217 218 219 |
# File 'sig/types.rbs', line 217 def inline_redaction_configuration @inline_redaction_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
214 215 216 |
# File 'sig/types.rbs', line 214 def @tags end |