Class: Aws::Types::PredictorEvent
- Inherits:
-
Object
- Object
- Aws::Types::PredictorEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datetime ⇒ ::Time
Returns the value of attribute datetime.
-
#detail ⇒ ::String
Returns the value of attribute detail.
Instance Attribute Details
#datetime ⇒ ::Time
Returns the value of attribute datetime.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def datetime @datetime end |
#detail ⇒ ::String
Returns the value of attribute detail.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def detail @detail end |