Class: Aws::BillingConductor::Types::BillingGroupCostReportElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::BillingGroupCostReportElement
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
A summary report of actual Amazon Web Services charges and calculated Amazon Web Services charges, based on the associated pricing plan of a billing group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of a billing group.
-
#aws_cost ⇒ String
The actual Amazon Web Services charges for the billing group.
-
#currency ⇒ String
The displayed currency.
-
#margin ⇒ String
The billing group margin.
-
#margin_percentage ⇒ String
The percentage of billing group margin.
-
#proforma_cost ⇒ String
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of a billing group.
320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 320 class BillingGroupCostReportElement < Struct.new( :arn, :aws_cost, :proforma_cost, :margin, :margin_percentage, :currency) SENSITIVE = [] include Aws::Structure end |
#aws_cost ⇒ String
The actual Amazon Web Services charges for the billing group.
320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 320 class BillingGroupCostReportElement < Struct.new( :arn, :aws_cost, :proforma_cost, :margin, :margin_percentage, :currency) SENSITIVE = [] include Aws::Structure end |
#currency ⇒ String
The displayed currency.
320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 320 class BillingGroupCostReportElement < Struct.new( :arn, :aws_cost, :proforma_cost, :margin, :margin_percentage, :currency) SENSITIVE = [] include Aws::Structure end |
#margin ⇒ String
The billing group margin.
320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 320 class BillingGroupCostReportElement < Struct.new( :arn, :aws_cost, :proforma_cost, :margin, :margin_percentage, :currency) SENSITIVE = [] include Aws::Structure end |
#margin_percentage ⇒ String
The percentage of billing group margin.
320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 320 class BillingGroupCostReportElement < Struct.new( :arn, :aws_cost, :proforma_cost, :margin, :margin_percentage, :currency) SENSITIVE = [] include Aws::Structure end |
#proforma_cost ⇒ String
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
320 321 322 323 324 325 326 327 328 329 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 320 class BillingGroupCostReportElement < Struct.new( :arn, :aws_cost, :proforma_cost, :margin, :margin_percentage, :currency) SENSITIVE = [] include Aws::Structure end |