Class: Aws::Types::TaskSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3116
3117
3118
# File 'sig/types.rbs', line 3116

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3117
3118
3119
# File 'sig/types.rbs', line 3117

def created_by
  @created_by
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


3122
3123
3124
# File 'sig/types.rbs', line 3122

def ended_at
  @ended_at
end

#failure_retry_count::Integer

Returns the value of attribute failure_retry_count.

Returns:

  • (::Integer)


3120
3121
3122
# File 'sig/types.rbs', line 3120

def failure_retry_count
  @failure_retry_count
end

#latest_session_action_id::String

Returns the value of attribute latest_session_action_id.

Returns:

  • (::String)


3125
3126
3127
# File 'sig/types.rbs', line 3125

def latest_session_action_id
  @latest_session_action_id
end

#parameters::Hash[::String, Types::TaskParameterValue]

Returns the value of attribute parameters.

Returns:



3126
3127
3128
# File 'sig/types.rbs', line 3126

def parameters
  @parameters
end

#run_status"PENDING", ...

Returns the value of attribute run_status.

Returns:

  • ("PENDING", "READY", "ASSIGNED", "STARTING", "SCHEDULED", "INTERRUPTING", "RUNNING", "SUSPENDED", "CANCELED", "FAILED", "SUCCEEDED", "NOT_COMPATIBLE")


3118
3119
3120
# File 'sig/types.rbs', line 3118

def run_status
  @run_status
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


3121
3122
3123
# File 'sig/types.rbs', line 3121

def started_at
  @started_at
end

#target_run_status"READY", ...

Returns the value of attribute target_run_status.

Returns:

  • ("READY", "FAILED", "SUCCEEDED", "CANCELED", "SUSPENDED", "PENDING")


3119
3120
3121
# File 'sig/types.rbs', line 3119

def target_run_status
  @target_run_status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


3115
3116
3117
# File 'sig/types.rbs', line 3115

def task_id
  @task_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3123
3124
3125
# File 'sig/types.rbs', line 3123

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3124
3125
3126
# File 'sig/types.rbs', line 3124

def updated_by
  @updated_by
end