Class: Aws::CostExplorer::Types::StartCostAllocationTagBackfillResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::StartCostAllocationTagBackfillResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backfill_request ⇒ Types::CostAllocationTagBackfillRequest
An object containing detailed metadata of your new backfill request.
Instance Attribute Details
#backfill_request ⇒ Types::CostAllocationTagBackfillRequest
An object containing detailed metadata of your new backfill request.
7348 7349 7350 7351 7352 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7348 class StartCostAllocationTagBackfillResponse < Struct.new( :backfill_request) SENSITIVE = [] include Aws::Structure end |