Class: Aws::Types::TaskRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


7695
7696
7697
# File 'sig/types.rbs', line 7695

def completed_on
  @completed_on
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


7692
7693
7694
# File 'sig/types.rbs', line 7692

def error_string
  @error_string
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


7696
7697
7698
# File 'sig/types.rbs', line 7696

def execution_time
  @execution_time
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


7694
7695
7696
# File 'sig/types.rbs', line 7694

def last_modified_on
  @last_modified_on
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


7690
7691
7692
# File 'sig/types.rbs', line 7690

def log_group_name
  @log_group_name
end

#propertiesTypes::TaskRunProperties

Returns the value of attribute properties.



7691
7692
7693
# File 'sig/types.rbs', line 7691

def properties
  @properties
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


7693
7694
7695
# File 'sig/types.rbs', line 7693

def started_on
  @started_on
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT")


7689
7690
7691
# File 'sig/types.rbs', line 7689

def status
  @status
end

#task_run_id::String

Returns the value of attribute task_run_id.

Returns:

  • (::String)


7688
7689
7690
# File 'sig/types.rbs', line 7688

def task_run_id
  @task_run_id
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


7687
7688
7689
# File 'sig/types.rbs', line 7687

def transform_id
  @transform_id
end