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.
529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 529 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.
529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 529 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.
529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 529 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.
529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 529 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.
529 530 531 532 533 534 535 536 537 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 529 class CostAllocationTag < Struct.new( :tag_key, :type, :status, :last_updated_date, :last_used_date) SENSITIVE = [] include Aws::Structure end |