Class: Aws::Types::BillingGroupCostReportElement
- Inherits:
-
Object
- Object
- Aws::Types::BillingGroupCostReportElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_cost ⇒ ::String
Returns the value of attribute aws_cost.
-
#currency ⇒ ::String
Returns the value of attribute currency.
-
#margin ⇒ ::String
Returns the value of attribute margin.
-
#margin_percentage ⇒ ::String
Returns the value of attribute margin_percentage.
-
#proforma_cost ⇒ ::String
Returns the value of attribute proforma_cost.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
104 105 106 |
# File 'sig/types.rbs', line 104 def arn @arn end |
#aws_cost ⇒ ::String
Returns the value of attribute aws_cost.
105 106 107 |
# File 'sig/types.rbs', line 105 def aws_cost @aws_cost end |
#currency ⇒ ::String
Returns the value of attribute currency.
109 110 111 |
# File 'sig/types.rbs', line 109 def currency @currency end |
#margin ⇒ ::String
Returns the value of attribute margin.
107 108 109 |
# File 'sig/types.rbs', line 107 def margin @margin end |
#margin_percentage ⇒ ::String
Returns the value of attribute margin_percentage.
108 109 110 |
# File 'sig/types.rbs', line 108 def margin_percentage @margin_percentage end |
#proforma_cost ⇒ ::String
Returns the value of attribute proforma_cost.
106 107 108 |
# File 'sig/types.rbs', line 106 def proforma_cost @proforma_cost end |