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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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)


5177
5178
5179
5180
5181
5182
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5177

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)


5177
5178
5179
5180
5181
5182
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5177

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