Class: Aws::CostExplorer::Types::StartCostAllocationTagBackfillResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::StartCostAllocationTagBackfillResponse
- Defined in:
- gems/aws-sdk-costexplorer/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.
6841 6842 6843 6844 6845 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6841 class StartCostAllocationTagBackfillResponse < Struct.new( :backfill_request) SENSITIVE = [] include Aws::Structure end |