Class: Aws::Types::ReactiveAnomaly

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_reported_time_rangeTypes::AnomalyReportedTimeRange

Returns the value of attribute anomaly_reported_time_range.



760
761
762
# File 'sig/types.rbs', line 760

def anomaly_reported_time_range
  @anomaly_reported_time_range
end

#anomaly_resources::Array[Types::AnomalyResource]

Returns the value of attribute anomaly_resources.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def anomaly_resources
  @anomaly_resources
end

#anomaly_time_rangeTypes::AnomalyTimeRange

Returns the value of attribute anomaly_time_range.



759
760
761
# File 'sig/types.rbs', line 759

def anomaly_time_range
  @anomaly_time_range
end

#associated_insight_id::String

Returns the value of attribute associated_insight_id.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def associated_insight_id
  @associated_insight_id
end

#causal_anomaly_id::String

Returns the value of attribute causal_anomaly_id.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def causal_anomaly_id
  @causal_anomaly_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def name
  @name
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



763
764
765
# File 'sig/types.rbs', line 763

def resource_collection
  @resource_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


757
758
759
# File 'sig/types.rbs', line 757

def severity
  @severity
end

#source_detailsTypes::AnomalySourceDetails

Returns the value of attribute source_details.



761
762
763
# File 'sig/types.rbs', line 761

def source_details
  @source_details
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


758
759
760
# File 'sig/types.rbs', line 758

def status
  @status
end

#type"CAUSAL", "CONTEXTUAL"

Returns the value of attribute type.

Returns:

  • ("CAUSAL", "CONTEXTUAL")


764
765
766
# File 'sig/types.rbs', line 764

def type
  @type
end