Class: Aws::Types::ReactiveAnomalySummary

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.



777
778
779
# File 'sig/types.rbs', line 777

def anomaly_reported_time_range
  @anomaly_reported_time_range
end

#anomaly_resources::Array[Types::AnomalyResource]

Returns the value of attribute anomaly_resources.

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def anomaly_resources
  @anomaly_resources
end

#anomaly_time_rangeTypes::AnomalyTimeRange

Returns the value of attribute anomaly_time_range.



776
777
778
# File 'sig/types.rbs', line 776

def anomaly_time_range
  @anomaly_time_range
end

#associated_insight_id::String

Returns the value of attribute associated_insight_id.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def associated_insight_id
  @associated_insight_id
end

#causal_anomaly_id::String

Returns the value of attribute causal_anomaly_id.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def causal_anomaly_id
  @causal_anomaly_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def name
  @name
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



780
781
782
# File 'sig/types.rbs', line 780

def resource_collection
  @resource_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


774
775
776
# File 'sig/types.rbs', line 774

def severity
  @severity
end

#source_detailsTypes::AnomalySourceDetails

Returns the value of attribute source_details.



778
779
780
# File 'sig/types.rbs', line 778

def source_details
  @source_details
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


775
776
777
# File 'sig/types.rbs', line 775

def status
  @status
end

#type"CAUSAL", "CONTEXTUAL"

Returns the value of attribute type.

Returns:

  • ("CAUSAL", "CONTEXTUAL")


781
782
783
# File 'sig/types.rbs', line 781

def type
  @type
end