Class: Aws::BillingConductor::Types::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::Attribute
- Includes:
- Structure
- Defined in:
- 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
-
#key ⇒ String
The key in a key-value pair that describes the margin summary.
-
#value ⇒ String
The value in a key-value pair that describes the margin summary.
Instance Attribute Details
#key ⇒ String
The key in a key-value pair that describes the margin summary.
202 203 204 205 206 207 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 202 class Attribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value in a key-value pair that describes the margin summary.
202 203 204 205 206 207 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 202 class Attribute < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |