Class: Aws::Types::PredictorMonitorEvaluation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_state ⇒ ::String

Returns the value of attribute evaluation_state.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def evaluation_time
  @evaluation_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def message
  @message
end

#metric_results ⇒ ::Array[Types::MetricResult]

Returns the value of attribute metric_results.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def window_start_datetime
  @window_start_datetime
end