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.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def attributes @attributes end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def event_id @event_id end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def @message end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def @timestamp end |