Class: Aws::Types::TestRunSourceEvent
- Inherits:
-
Object
- Object
- Aws::Types::TestRunSourceEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detail ⇒ Types::TestRunSourceEventDetail
Returns the value of attribute detail.
-
#event_type ⇒ "ALARM"
Returns the value of attribute event_type.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#detail ⇒ Types::TestRunSourceEventDetail
Returns the value of attribute detail.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def detail @detail end |
#event_type ⇒ "ALARM"
Returns the value of attribute event_type.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def event_type @event_type end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def source_arn @source_arn end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def @timestamp end |