Class: Aws::Types::ProactiveAnomaly

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.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def anomaly_reported_time_range
  @anomaly_reported_time_range
end

#anomaly_resources::Array[Types::AnomalyResource]

Returns the value of attribute anomaly_resources.

Returns:



684
685
686
# File 'sig/types.rbs', line 684

def anomaly_resources
  @anomaly_resources
end

#anomaly_time_rangeTypes::AnomalyTimeRange

Returns the value of attribute anomaly_time_range.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def anomaly_time_range
  @anomaly_time_range
end

#associated_insight_id::String

Returns the value of attribute associated_insight_id.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def associated_insight_id
  @associated_insight_id
end

#description::String

Returns the value of attribute description.

Returns:



685
686
687
# File 'sig/types.rbs', line 685

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



672
673
674
# File 'sig/types.rbs', line 672

def id
  @id
end

#limit::Float

Returns the value of attribute limit.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def limit
  @limit
end

#prediction_time_rangeTypes::PredictionTimeRange

Returns the value of attribute prediction_time_range.

Returns:



678
679
680
# File 'sig/types.rbs', line 678

def prediction_time_range
  @prediction_time_range
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.

Returns:



681
682
683
# File 'sig/types.rbs', line 681

def resource_collection
  @resource_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def severity
  @severity
end

#source_detailsTypes::AnomalySourceDetails

Returns the value of attribute source_details.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def source_details
  @source_details
end

#source_metadataTypes::AnomalySourceMetadata

Returns the value of attribute source_metadata.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def 
  @source_metadata
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def update_time
  @update_time
end