Class: Aws::Types::Execution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def agent_space_id
  @agent_space_id
end

#agent_sub_task::String

Returns the value of attribute agent_sub_task.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def agent_sub_task
  @agent_sub_task
end

#agent_type::String

Returns the value of attribute agent_type.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def agent_type
  @agent_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


568
569
570
# File 'sig/types.rbs', line 568

def created_at
  @created_at
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def execution_id
  @execution_id
end

#execution_status"FAILED", ...

Returns the value of attribute execution_status.

Returns:

  • ("FAILED", "RUNNING", "STOPPED", "CANCELED", "TIMED_OUT", "WAITING")


570
571
572
# File 'sig/types.rbs', line 570

def execution_status
  @execution_status
end

#parent_execution_id::String

Returns the value of attribute parent_execution_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def parent_execution_id
  @parent_execution_id
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def uid
  @uid
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


569
570
571
# File 'sig/types.rbs', line 569

def updated_at
  @updated_at
end