Class: Aws::Types::AnomalyDetectorDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def alias
  @alias
end

#anomaly_detector_id::String

Returns the value of attribute anomaly_detector_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def anomaly_detector_id
  @anomaly_detector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def arn
  @arn
end

#configurationTypes::AnomalyDetectorConfiguration

Returns the value of attribute configuration.



52
53
54
# File 'sig/types.rbs', line 52

def configuration
  @configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


55
56
57
# File 'sig/types.rbs', line 55

def created_at
  @created_at
end

#evaluation_interval_in_seconds::Integer

Returns the value of attribute evaluation_interval_in_seconds.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def evaluation_interval_in_seconds
  @evaluation_interval_in_seconds
end

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

  • (::Hash[::String, ::String])


53
54
55
# File 'sig/types.rbs', line 53

def labels
  @labels
end

#missing_data_actionTypes::AnomalyDetectorMissingDataAction

Returns the value of attribute missing_data_action.



51
52
53
# File 'sig/types.rbs', line 51

def missing_data_action
  @missing_data_action
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


56
57
58
# File 'sig/types.rbs', line 56

def modified_at
  @modified_at
end

#statusTypes::AnomalyDetectorStatus

Returns the value of attribute status.



54
55
56
# File 'sig/types.rbs', line 54

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


57
58
59
# File 'sig/types.rbs', line 57

def tags
  @tags
end