Class: Aws::Types::PredictorMonitorEvaluation
- Inherits:
-
Object
- Object
- Aws::Types::PredictorMonitorEvaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_state ⇒ ::String
Returns the value of attribute evaluation_state.
-
#evaluation_time ⇒ ::Time
Returns the value of attribute evaluation_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#metric_results ⇒ ::Array[Types::MetricResult]
Returns the value of attribute metric_results.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_data_source ⇒ Types::MonitorDataSource
Returns the value of attribute monitor_data_source.
-
#num_items_evaluated ⇒ ::Integer
Returns the value of attribute num_items_evaluated.
-
#predictor_event ⇒ Types::PredictorEvent
Returns the value of attribute predictor_event.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#window_end_datetime ⇒ ::Time
Returns the value of attribute window_end_datetime.
-
#window_start_datetime ⇒ ::Time
Returns the value of attribute window_start_datetime.
Instance Attribute Details
#evaluation_state ⇒ ::String
Returns the value of attribute evaluation_state.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def evaluation_state @evaluation_state end |
#evaluation_time ⇒ ::Time
Returns the value of attribute evaluation_time.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def evaluation_time @evaluation_time end |
#message ⇒ ::String
Returns the value of attribute message.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def @message end |
#metric_results ⇒ ::Array[Types::MetricResult]
Returns the value of attribute metric_results.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def metric_results @metric_results end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def monitor_arn @monitor_arn end |
#monitor_data_source ⇒ Types::MonitorDataSource
Returns the value of attribute monitor_data_source.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def monitor_data_source @monitor_data_source end |
#num_items_evaluated ⇒ ::Integer
Returns the value of attribute num_items_evaluated.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def num_items_evaluated @num_items_evaluated end |
#predictor_event ⇒ Types::PredictorEvent
Returns the value of attribute predictor_event.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def predictor_event @predictor_event end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def resource_arn @resource_arn end |
#window_end_datetime ⇒ ::Time
Returns the value of attribute window_end_datetime.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def window_end_datetime @window_end_datetime end |
#window_start_datetime ⇒ ::Time
Returns the value of attribute window_start_datetime.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def window_start_datetime @window_start_datetime end |