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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



8059
8060
8061
8062
8063
# File 'lib/aws-sdk-costexplorer/types.rb', line 8059

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