Class: Aws::Types::ProactiveAnomalySummary

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.



695
696
697
# File 'sig/types.rbs', line 695

def anomaly_reported_time_range
  @anomaly_reported_time_range
end

#anomaly_resources::Array[Types::AnomalyResource]

Returns the value of attribute anomaly_resources.

Returns:



702
703
704
# File 'sig/types.rbs', line 702

def anomaly_resources
  @anomaly_resources
end

#anomaly_time_rangeTypes::AnomalyTimeRange

Returns the value of attribute anomaly_time_range.



694
695
696
# File 'sig/types.rbs', line 694

def anomaly_time_range
  @anomaly_time_range
end

#associated_insight_id::String

Returns the value of attribute associated_insight_id.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def associated_insight_id
  @associated_insight_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def id
  @id
end

#limit::Float

Returns the value of attribute limit.

Returns:

  • (::Float)


700
701
702
# File 'sig/types.rbs', line 700

def limit
  @limit
end

#prediction_time_rangeTypes::PredictionTimeRange

Returns the value of attribute prediction_time_range.



696
697
698
# File 'sig/types.rbs', line 696

def prediction_time_range
  @prediction_time_range
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



699
700
701
# File 'sig/types.rbs', line 699

def resource_collection
  @resource_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


691
692
693
# File 'sig/types.rbs', line 691

def severity
  @severity
end

#source_detailsTypes::AnomalySourceDetails

Returns the value of attribute source_details.



697
698
699
# File 'sig/types.rbs', line 697

def source_details
  @source_details
end

#source_metadataTypes::AnomalySourceMetadata

Returns the value of attribute source_metadata.



701
702
703
# File 'sig/types.rbs', line 701

def 
  @source_metadata
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


692
693
694
# File 'sig/types.rbs', line 692

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


693
694
695
# File 'sig/types.rbs', line 693

def update_time
  @update_time
end