Class: Aws::Types::CommandExecutionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_arn::String

Returns the value of attribute command_arn.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def command_arn
  @command_arn
end

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


636
637
638
# File 'sig/types.rbs', line 636

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


634
635
636
# File 'sig/types.rbs', line 634

def created_at
  @created_at
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def execution_id
  @execution_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


635
636
637
# File 'sig/types.rbs', line 635

def started_at
  @started_at
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "REJECTED", "TIMED_OUT")


633
634
635
# File 'sig/types.rbs', line 633

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def target_arn
  @target_arn
end