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

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

The ID of the modified cost anomaly.

Returns:

  • (String)


6037
6038
6039
6040
6041
# File 'lib/aws-sdk-costexplorer/types.rb', line 6037

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