Class: Aws::CostExplorer::Types::CostAllocationTagStatusEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

The cost allocation tag status. The status of a key can either be active or inactive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of a cost allocation tag.

Returns:

  • (String)


506
507
508
509
510
511
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 506

class CostAllocationTagStatusEntry < Struct.new(
  :tag_key,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keyString

The key for the cost allocation tag.

Returns:

  • (String)


506
507
508
509
510
511
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 506

class CostAllocationTagStatusEntry < Struct.new(
  :tag_key,
  :status)
  SENSITIVE = []
  include Aws::Structure
end