Class: Aws::Types::ExecutionRecord
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#observation_id ⇒ ::String
Returns the value of attribute observation_id.
-
#record ⇒ ::String
Returns the value of attribute record.
-
#status ⇒ "PASSED", ...
Returns the value of attribute status.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#observation_id ⇒ ::String
Returns the value of attribute observation_id.
4017 4018 4019 |
# File 'sig/types.rbs', line 4017 def observation_id @observation_id end |
#record ⇒ ::String
Returns the value of attribute record.
4020 4021 4022 |
# File 'sig/types.rbs', line 4020 def record @record end |
#status ⇒ "PASSED", ...
Returns the value of attribute status.
4018 4019 4020 |
# File 'sig/types.rbs', line 4018 def status @status end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def end |