Class: Aws::Types::RecommendationRelatedAnomaly

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_id::String

Returns the value of attribute anomaly_id.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def anomaly_id
  @anomaly_id
end

#resources::Array[Types::RecommendationRelatedAnomalyResource]

Returns the value of attribute resources.



838
839
840
# File 'sig/types.rbs', line 838

def resources
  @resources
end

#source_details::Array[Types::RecommendationRelatedAnomalySourceDetail]

Returns the value of attribute source_details.



839
840
841
# File 'sig/types.rbs', line 839

def source_details
  @source_details
end