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.
7759 7760 7761 |
# File 'sig/types.rbs', line 7759 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.
7760 7761 7762 |
# File 'sig/types.rbs', line 7760 def task_run_security_configuration_name @task_run_security_configuration_name end |