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.



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