Class: Aws::Types::UpdateTaskExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaskExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::Options
Returns the value of attribute options.
-
#task_execution_arn ⇒ ::String
Returns the value of attribute task_execution_arn.
Instance Attribute Details
#options ⇒ Types::Options
Returns the value of attribute options.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def @options end |
#task_execution_arn ⇒ ::String
Returns the value of attribute task_execution_arn.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def task_execution_arn @task_execution_arn end |