Class: Aws::CostExplorer::Types::Anomaly

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

An unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_end_dateString

The last day the anomaly is detected.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_idString

The unique identifier for the anomaly.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_scoreTypes::AnomalyScore

The latest and maximum score for the anomaly.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_start_dateString

The first day the anomaly is detected.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#dimension_valueString

The dimension for the anomaly (for example, an Amazon Web Service in a service monitor).

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#feedbackString

The feedback value.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#impactTypes::Impact

The dollar impact for the anomaly.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_arnString

The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.

Returns:

  • (String)


56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#root_causesArray<Types::RootCause>

The list of identified root causes for the anomaly.

Returns:



56
57
58
59
60
61
62
63
64
65
66
67
68
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 56

class Anomaly < Struct.new(
  :anomaly_id,
  :anomaly_start_date,
  :anomaly_end_date,
  :dimension_value,
  :root_causes,
  :anomaly_score,
  :impact,
  :monitor_arn,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end