Class: Aws::Types::GetEventPredictionMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEventPredictionMetadataRequest
- 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_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.
695 696 697 |
# File 'sig/types.rbs', line 695 def detector_id @detector_id end |
#detector_version_id ⇒ ::String
Returns the value of attribute detector_version_id.
696 697 698 |
# File 'sig/types.rbs', line 696 def detector_version_id @detector_version_id end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def event_id @event_id end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def event_type_name @event_type_name end |
#prediction_timestamp ⇒ ::String
Returns the value of attribute prediction_timestamp.
697 698 699 |
# File 'sig/types.rbs', line 697 def end |