Class: Aws::BillingConductor::Types::Attribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

The key-value pair that represents the attribute by which the BillingGroupCostReportResults are grouped. For example, if you want a service-level breakdown for Amazon Simple Storage Service (Amazon S3) of the billing group, the attribute will be a key-value pair of "PRODUCT_NAME" and "S3".

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key in a key-value pair that describes the margin summary.

Returns:

  • (String)


195
196
197
198
199
200
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 195

class Attribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value in a key-value pair that describes the margin summary.

Returns:

  • (String)


195
196
197
198
199
200
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 195

class Attribute < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end