CostCategoryReference class

A reference to a Cost Category containing only enough information to identify the Cost Category.

You can use this information to retrieve the full Cost Category information using DescribeCostCategory.

Constructors

CostCategoryReference({String? costCategoryArn, String? effectiveEnd, String? effectiveStart, String? name, int? numberOfRules, List<CostCategoryProcessingStatus>? processingStatus, List<String>? values})
CostCategoryReference.fromJson(Map<String, dynamic> json)
factory

Properties

costCategoryArn String?
The unique identifier for your Cost Category.
final
effectiveEnd String?
The Cost Category's effective end date.
final
effectiveStart String?
The Cost Category's effective start date.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
numberOfRules int?
The number of rules associated with a specific Cost Category.
final
processingStatus List<CostCategoryProcessingStatus>?
The list of processing statuses for Cost Management products for a specific cost category.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>?
A list of unique cost category values in a specific cost category.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited