Class: Aws::Types::ExecutionRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#observation_id::String

Returns the value of attribute observation_id.

Returns:

  • (::String)


4017
4018
4019
# File 'sig/types.rbs', line 4017

def observation_id
  @observation_id
end

#record::String

Returns the value of attribute record.

Returns:

  • (::String)


4020
4021
4022
# File 'sig/types.rbs', line 4020

def record
  @record
end

#status"PASSED", ...

Returns the value of attribute status.

Returns:

  • ("PASSED", "FAILED", "IN_PROGRESS", "STOPPED")


4018
4019
4020
# File 'sig/types.rbs', line 4018

def status
  @status
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


4019
4020
4021
# File 'sig/types.rbs', line 4019

def timestamp
  @timestamp
end