Class: Aws::CostExplorer::Types::CostAllocationTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CostAllocationTag
- 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
-
#last_updated_date ⇒ String
The last date that the tag was either activated or deactivated.
-
#last_used_date ⇒ String
The last month that the tag was used on an Amazon Web Services resource.
-
#status ⇒ String
The status of a cost allocation tag.
-
#tag_key ⇒ String
The key for the cost allocation tag.
-
#type ⇒ String
The type of cost allocation tag.
Instance Attribute Details
#last_updated_date ⇒ String
The last date that the tag was either activated or deactivated.
542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 542 class CostAllocationTag < Struct.new( :tag_key, :type, :status, :last_updated_date, :last_used_date) SENSITIVE = [] include Aws::Structure end |
#last_used_date ⇒ String
The last month that the tag was used on an Amazon Web Services resource.
542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 542 class CostAllocationTag < Struct.new( :tag_key, :type, :status, :last_updated_date, :last_used_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a cost allocation tag.
542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 542 class CostAllocationTag < Struct.new( :tag_key, :type, :status, :last_updated_date, :last_used_date) SENSITIVE = [] include Aws::Structure end |
#tag_key ⇒ String
The key for the cost allocation tag.
542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 542 class CostAllocationTag < Struct.new( :tag_key, :type, :status, :last_updated_date, :last_used_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
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.
542 543 544 545 546 547 548 549 550 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 542 class CostAllocationTag < Struct.new( :tag_key, :type, :status, :last_updated_date, :last_used_date) SENSITIVE = [] include Aws::Structure end |