Class: Aws::CostExplorer::Types::CostAllocationTagBackfillRequest

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

Overview

The cost allocation tag backfill request structure that contains metadata and details of a certain backfill.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backfill_fromString

The date the backfill starts from.



564
565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-costexplorer/types.rb', line 564

class CostAllocationTagBackfillRequest < Struct.new(
  :backfill_from,
  :requested_at,
  :completed_at,
  :backfill_status,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#backfill_statusString

The status of the cost allocation tag backfill request.



564
565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-costexplorer/types.rb', line 564

class CostAllocationTagBackfillRequest < Struct.new(
  :backfill_from,
  :requested_at,
  :completed_at,
  :backfill_status,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#completed_atString

The backfill completion time.



564
565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-costexplorer/types.rb', line 564

class CostAllocationTagBackfillRequest < Struct.new(
  :backfill_from,
  :requested_at,
  :completed_at,
  :backfill_status,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atString

The time when the backfill status was last updated.



564
565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-costexplorer/types.rb', line 564

class CostAllocationTagBackfillRequest < Struct.new(
  :backfill_from,
  :requested_at,
  :completed_at,
  :backfill_status,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#requested_atString

The time when the backfill was requested.



564
565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-costexplorer/types.rb', line 564

class CostAllocationTagBackfillRequest < Struct.new(
  :backfill_from,
  :requested_at,
  :completed_at,
  :backfill_status,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end