Class: Aws::Types::EventPredictionSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventPredictionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#detector_version_id ⇒ ::String
Returns the value of attribute detector_version_id.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#prediction_timestamp ⇒ ::String
Returns the value of attribute prediction_timestamp.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
529 530 531 |
# File 'sig/types.rbs', line 529 def detector_id @detector_id end |
#detector_version_id ⇒ ::String
Returns the value of attribute detector_version_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def detector_version_id @detector_version_id end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
525 526 527 |
# File 'sig/types.rbs', line 525 def event_id @event_id end |
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
527 528 529 |
# File 'sig/types.rbs', line 527 def @event_timestamp end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
526 527 528 |
# File 'sig/types.rbs', line 526 def event_type_name @event_type_name end |
#prediction_timestamp ⇒ ::String
Returns the value of attribute prediction_timestamp.
528 529 530 |
# File 'sig/types.rbs', line 528 def @prediction_timestamp end |