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)


7685
7686
7687
# File 'sig/types.rbs', line 7685

def completed_on
  @completed_on
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


7682
7683
7684
# File 'sig/types.rbs', line 7682

def error_string
  @error_string
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


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

def execution_time
  @execution_time
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


7684
7685
7686
# File 'sig/types.rbs', line 7684

def last_modified_on
  @last_modified_on
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


7680
7681
7682
# File 'sig/types.rbs', line 7680

def log_group_name
  @log_group_name
end

#propertiesTypes::TaskRunProperties

Returns the value of attribute properties.



7681
7682
7683
# File 'sig/types.rbs', line 7681

def properties
  @properties
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


7683
7684
7685
# File 'sig/types.rbs', line 7683

def started_on
  @started_on
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


7679
7680
7681
# File 'sig/types.rbs', line 7679

def status
  @status
end

#task_run_id::String

Returns the value of attribute task_run_id.

Returns:

  • (::String)


7678
7679
7680
# File 'sig/types.rbs', line 7678

def task_run_id
  @task_run_id
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


7677
7678
7679
# File 'sig/types.rbs', line 7677

def transform_id
  @transform_id
end