Class: Aws::Types::GetMLTaskRunResponse

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)


3821
3822
3823
# File 'sig/types.rbs', line 3821

def completed_on
  @completed_on
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


3818
3819
3820
# File 'sig/types.rbs', line 3818

def error_string
  @error_string
end

#execution_time::Integer

Returns the value of attribute execution_time.

Returns:

  • (::Integer)


3822
3823
3824
# File 'sig/types.rbs', line 3822

def execution_time
  @execution_time
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


3820
3821
3822
# File 'sig/types.rbs', line 3820

def last_modified_on
  @last_modified_on
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


3816
3817
3818
# File 'sig/types.rbs', line 3816

def log_group_name
  @log_group_name
end

#propertiesTypes::TaskRunProperties

Returns the value of attribute properties.



3817
3818
3819
# File 'sig/types.rbs', line 3817

def properties
  @properties
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


3819
3820
3821
# File 'sig/types.rbs', line 3819

def started_on
  @started_on
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


3815
3816
3817
# File 'sig/types.rbs', line 3815

def status
  @status
end

#task_run_id::String

Returns the value of attribute task_run_id.

Returns:

  • (::String)


3814
3815
3816
# File 'sig/types.rbs', line 3814

def task_run_id
  @task_run_id
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


3813
3814
3815
# File 'sig/types.rbs', line 3813

def transform_id
  @transform_id
end