Class: Aws::CostExplorer::Types::ProvideAnomalyFeedbackResponse

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

The ID of the modified cost anomaly.

Returns:

  • (String)


5170
5171
5172
5173
5174
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5170

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