Class: Aws::Types::GetSolNetworkOperationTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkOperationTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#task_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute task_context.
-
#task_end_time ⇒ ::Time
Returns the value of attribute task_end_time.
-
#task_error_details ⇒ Types::ErrorInfo
Returns the value of attribute task_error_details.
-
#task_name ⇒ ::String
Returns the value of attribute task_name.
-
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
-
#task_status ⇒ "SCHEDULED", ...
Returns the value of attribute task_status.
Instance Attribute Details
#task_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute task_context.
231 232 233 |
# File 'sig/types.rbs', line 231 def task_context @task_context end |
#task_end_time ⇒ ::Time
Returns the value of attribute task_end_time.
232 233 234 |
# File 'sig/types.rbs', line 232 def task_end_time @task_end_time end |
#task_error_details ⇒ Types::ErrorInfo
Returns the value of attribute task_error_details.
233 234 235 |
# File 'sig/types.rbs', line 233 def task_error_details @task_error_details end |
#task_name ⇒ ::String
Returns the value of attribute task_name.
234 235 236 |
# File 'sig/types.rbs', line 234 def task_name @task_name end |
#task_start_time ⇒ ::Time
Returns the value of attribute task_start_time.
235 236 237 |
# File 'sig/types.rbs', line 235 def task_start_time @task_start_time end |
#task_status ⇒ "SCHEDULED", ...
Returns the value of attribute task_status.
236 237 238 |
# File 'sig/types.rbs', line 236 def task_status @task_status end |