Class: Aws::CostExplorer::Types::CostAllocationTag

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

Overview

The cost allocation tag structure. This includes detailed metadata for the CostAllocationTag object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_dateString

The last date that the tag was either activated or deactivated.

Returns:

  • (String)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 448

class CostAllocationTag < Struct.new(
  :tag_key,
  :type,
  :status,
  :last_updated_date,
  :last_used_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_used_dateString

The last month that the tag was used on an Amazon Web Services resource.

Returns:

  • (String)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 448

class CostAllocationTag < Struct.new(
  :tag_key,
  :type,
  :status,
  :last_updated_date,
  :last_used_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a cost allocation tag.

Returns:

  • (String)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 448

class CostAllocationTag < Struct.new(
  :tag_key,
  :type,
  :status,
  :last_updated_date,
  :last_used_date)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keyString

The key for the cost allocation tag.

Returns:

  • (String)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 448

class CostAllocationTag < Struct.new(
  :tag_key,
  :type,
  :status,
  :last_updated_date,
  :last_used_date)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of cost allocation tag. You can use AWSGenerated or UserDefined type tags. AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. UserDefined type tags are tags that you define, create, and apply to resources.

Returns:

  • (String)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 448

class CostAllocationTag < Struct.new(
  :tag_key,
  :type,
  :status,
  :last_updated_date,
  :last_used_date)
  SENSITIVE = []
  include Aws::Structure
end