Class: Aws::CostExplorer::Types::DescribeCostCategoryDefinitionRequest

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

Overview

Note:

When making an API call, you may pass DescribeCostCategoryDefinitionRequest data as a hash:

{
  cost_category_arn: "Arn", # required
  effective_on: "ZonedDateTime",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_category_arnString

The unique identifier for your Cost Category.

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
# File 'lib/aws-sdk-costexplorer/types.rb', line 1231

class DescribeCostCategoryDefinitionRequest < Struct.new(
  :cost_category_arn,
  :effective_on)
  SENSITIVE = []
  include Aws::Structure
end

#effective_onString

The date when the Cost Category was effective.

Returns:

  • (String)


1231
1232
1233
1234
1235
1236
# File 'lib/aws-sdk-costexplorer/types.rb', line 1231

class DescribeCostCategoryDefinitionRequest < Struct.new(
  :cost_category_arn,
  :effective_on)
  SENSITIVE = []
  include Aws::Structure
end