Class: Aws::CostExplorer::Types::ProvideAnomalyFeedbackRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_idString

A cost anomaly ID.

Returns:

  • (String)


5157
5158
5159
5160
5161
5162
# File 'lib/aws-sdk-costexplorer/types.rb', line 5157

class ProvideAnomalyFeedbackRequest < Struct.new(
  :anomaly_id,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end

#feedbackString

Describes whether the cost anomaly was a planned activity or you considered it an anomaly.

Returns:

  • (String)


5157
5158
5159
5160
5161
5162
# File 'lib/aws-sdk-costexplorer/types.rb', line 5157

class ProvideAnomalyFeedbackRequest < Struct.new(
  :anomaly_id,
  :feedback)
  SENSITIVE = []
  include Aws::Structure
end