Class: Aws::CostExplorer::Types::StartCostAllocationTagBackfillRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backfill_fromString

The date you want the backfill to start from. The date can only be a first day of the month (a billing start date). Dates can't precede the previous twelve months, or in the future.

Returns:

  • (String)


6765
6766
6767
6768
6769
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6765

class StartCostAllocationTagBackfillRequest < Struct.new(
  :backfill_from)
  SENSITIVE = []
  include Aws::Structure
end