Class: Aws::Types::TestRunEvent
- Inherits:
-
Object
- Object
- Aws::Types::TestRunEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def attributes @attributes end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def @message end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def @timestamp end |