Class: Aws::CostExplorer::Types::AnomalyDateInterval
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::AnomalyDateInterval
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The time period for an anomaly.
Constant Summary collapse
- SENSITIVE =
[]
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.
82 83 84 85 86 87 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 82 class AnomalyDateInterval < Struct.new( :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ String
The first date an anomaly was observed.
82 83 84 85 86 87 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 82 class AnomalyDateInterval < Struct.new( :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |