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.



6777
6778
6779
6780
6781
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6777

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