Class: Aws::CostExplorer::Types::StartCostAllocationTagBackfillResponse

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_requestTypes::CostAllocationTagBackfillRequest

An object containing detailed metadata of your new backfill request.



7984
7985
7986
7987
7988
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7984

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