Class: Aws::Types::GetSolNetworkOperationTaskDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#task_context::Hash[::String, ::String]

Returns the value of attribute task_context.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Time)


232
233
234
# File 'sig/types.rbs', line 232

def task_end_time
  @task_end_time
end

#task_error_detailsTypes::ErrorInfo

Returns the value of attribute task_error_details.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • ("SCHEDULED", "STARTED", "IN_PROGRESS", "COMPLETED", "ERROR", "SKIPPED", "CANCELLED")


236
237
238
# File 'sig/types.rbs', line 236

def task_status
  @task_status
end