Class: Aws::CostExplorer::Types::AnomalyDateInterval

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

The time period for an anomaly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateString

The last date an anomaly was observed.

Returns:

  • (String)


82
83
84
85
86
87
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 82

class AnomalyDateInterval < Struct.new(
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateString

The first date an anomaly was observed.

Returns:

  • (String)


82
83
84
85
86
87
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 82

class AnomalyDateInterval < Struct.new(
  :start_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end