Class: Aws::Types::GetTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:



1661
1662
1663
# File 'sig/types.rbs', line 1661

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:



1662
1663
1664
# File 'sig/types.rbs', line 1662

def created_by
  @created_by
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:



1667
1668
1669
# File 'sig/types.rbs', line 1667

def ended_at
  @ended_at
end

#failure_retry_count::Integer

Returns the value of attribute failure_retry_count.

Returns:



1665
1666
1667
# File 'sig/types.rbs', line 1665

def failure_retry_count
  @failure_retry_count
end

#latest_session_action_id::String

Returns the value of attribute latest_session_action_id.

Returns:



1670
1671
1672
# File 'sig/types.rbs', line 1670

def latest_session_action_id
  @latest_session_action_id
end

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

Returns the value of attribute parameters.

Returns:



1671
1672
1673
# File 'sig/types.rbs', line 1671

def parameters
  @parameters
end

#run_status"PENDING", ...

Returns the value of attribute run_status.

Returns:



1663
1664
1665
# File 'sig/types.rbs', line 1663

def run_status
  @run_status
end

#started_at::Time

Returns the value of attribute started_at.

Returns:



1666
1667
1668
# File 'sig/types.rbs', line 1666

def started_at
  @started_at
end

#target_run_status"READY", ...

Returns the value of attribute target_run_status.

Returns:



1664
1665
1666
# File 'sig/types.rbs', line 1664

def target_run_status
  @target_run_status
end

#task_id::String

Returns the value of attribute task_id.

Returns:



1660
1661
1662
# File 'sig/types.rbs', line 1660

def task_id
  @task_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



1668
1669
1670
# File 'sig/types.rbs', line 1668

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:



1669
1670
1671
# File 'sig/types.rbs', line 1669

def updated_by
  @updated_by
end