Class: Aws::CostExplorer::Types::UpdateCostAllocationTagsStatusRequest

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

#cost_allocation_tags_statusArray<Types::CostAllocationTagStatusEntry>

The list of CostAllocationTagStatusEntry objects that are used to update cost allocation tags status for this request.



8551
8552
8553
8554
8555
# File 'lib/aws-sdk-costexplorer/types.rb', line 8551

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