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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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.



7269
7270
7271
7272
7273
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7269

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