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.

Returns:

  • (String)


483
484
485
486
487
488
489
490
491
# File 'lib/aws-sdk-costexplorer/types.rb', line 483

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.

Returns:

  • (String)


483
484
485
486
487
488
489
490
491
# File 'lib/aws-sdk-costexplorer/types.rb', line 483

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.

Returns:

  • (String)


483
484
485
486
487
488
489
490
491
# File 'lib/aws-sdk-costexplorer/types.rb', line 483

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.

Returns:

  • (String)


483
484
485
486
487
488
489
490
491
# File 'lib/aws-sdk-costexplorer/types.rb', line 483

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.

Returns:

  • (String)


483
484
485
486
487
488
489
490
491
# File 'lib/aws-sdk-costexplorer/types.rb', line 483

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