Class: Aws::CostExplorer::Types::ProvideAnomalyFeedbackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ProvideAnomalyFeedbackResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_id ⇒ String
The ID of the modified cost anomaly.
Instance Attribute Details
#anomaly_id ⇒ String
The ID of the modified cost anomaly.
4921 4922 4923 4924 4925 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4921 class ProvideAnomalyFeedbackResponse < Struct.new( :anomaly_id) SENSITIVE = [] include Aws::Structure end |