You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CostExplorer::Types::AnomalyDateInterval
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::AnomalyDateInterval
- Defined in:
- (unknown)
Overview
Note:
When passing AnomalyDateInterval as input to an Aws::Client method, you can use a vanilla Hash:
{
start_date: "YearMonthDay", # required
end_date: "YearMonthDay",
}
The time period for an anomaly.
Returned by:
Instance Attribute Summary collapse
-
#end_date ⇒ String
The last date an anomaly was observed.
-
#start_date ⇒ String
The first date an anomaly was observed.
Instance Attribute Details
#end_date ⇒ String
The last date an anomaly was observed.
#start_date ⇒ String
The first date an anomaly was observed.