Class: Aws::CostExplorer::Types::ProvideAnomalyFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ProvideAnomalyFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_id ⇒ String
A cost anomaly ID.
-
#feedback ⇒ String
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
Instance Attribute Details
#anomaly_id ⇒ String
A cost anomaly ID.
5345 5346 5347 5348 5349 5350 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5345 class ProvideAnomalyFeedbackRequest < Struct.new( :anomaly_id, :feedback) SENSITIVE = [] include Aws::Structure end |
#feedback ⇒ String
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
5345 5346 5347 5348 5349 5350 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5345 class ProvideAnomalyFeedbackRequest < Struct.new( :anomaly_id, :feedback) SENSITIVE = [] include Aws::Structure end |