Class GetCostCategoryResult


  • public final class GetCostCategoryResult
    extends java.lang.Object
    • Method Detail

      • costCategoryArn

        public java.lang.String costCategoryArn()
      • defaultValue

        public java.lang.String defaultValue()
        Returns:
        Default value for the cost category.
      • effectiveEnd

        public java.lang.String effectiveEnd()
        Returns:
        Effective end data of your Cost Category.
      • effectiveStart

        public java.lang.String effectiveStart()
        Returns:
        Effective state data of your Cost Category.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • name

        public java.lang.String name()
      • ruleVersion

        public java.lang.String ruleVersion()
        Returns:
        Rule schema version in this particular Cost Category.
      • rules

        public java.util.List<GetCostCategoryRule> rules()
        Returns:
        Configuration block for the `Expression` object used to categorize costs. See below.
      • splitChargeRules

        public java.util.List<GetCostCategorySplitChargeRule> splitChargeRules()
        Returns:
        Configuration block for the split charge rules used to allocate your charges between your Cost Category values. See below.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Configuration block for the specific `Tag` to use for `Expression`. See below.