Class: Aws::Types::TransformEncryption
- Inherits:
-
Object
- Object
- Aws::Types::TransformEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ml_user_data_encryption ⇒ Types::MLUserDataEncryption
Returns the value of attribute ml_user_data_encryption.
-
#task_run_security_configuration_name ⇒ ::String
Returns the value of attribute task_run_security_configuration_name.
Instance Attribute Details
#ml_user_data_encryption ⇒ Types::MLUserDataEncryption
Returns the value of attribute ml_user_data_encryption.
7727 7728 7729 |
# File 'sig/types.rbs', line 7727 def ml_user_data_encryption @ml_user_data_encryption end |
#task_run_security_configuration_name ⇒ ::String
Returns the value of attribute task_run_security_configuration_name.
7728 7729 7730 |
# File 'sig/types.rbs', line 7728 def task_run_security_configuration_name @task_run_security_configuration_name end |