Class: Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_allocation_tags_status ⇒ Array<Types::CostAllocationTagStatusEntry>
The list of ‘CostAllocationTagStatusEntry` objects that are used to update cost allocation tags status for this request.
Instance Attribute Details
#cost_allocation_tags_status ⇒ Array<Types::CostAllocationTagStatusEntry>
The list of ‘CostAllocationTagStatusEntry` objects that are used to update cost allocation tags status for this request.
7840 7841 7842 7843 7844 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7840 class UpdateCostAllocationTagsStatusRequest < Struct.new( :cost_allocation_tags_status) SENSITIVE = [] include Aws::Structure end |