Class: Aws::Types::BillingGroupCostReportResultElement
- Inherits:
-
Object
- Object
- Aws::Types::BillingGroupCostReportResultElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#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.
114 115 116 |
# File 'sig/types.rbs', line 114 def arn @arn end |
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
120 121 122 |
# File 'sig/types.rbs', line 120 def attributes @attributes end |
#aws_cost ⇒ ::String
Returns the value of attribute aws_cost.
115 116 117 |
# File 'sig/types.rbs', line 115 def aws_cost @aws_cost end |
#currency ⇒ ::String
Returns the value of attribute currency.
119 120 121 |
# File 'sig/types.rbs', line 119 def currency @currency end |
#margin ⇒ ::String
Returns the value of attribute margin.
117 118 119 |
# File 'sig/types.rbs', line 117 def margin @margin end |
#margin_percentage ⇒ ::String
Returns the value of attribute margin_percentage.
118 119 120 |
# File 'sig/types.rbs', line 118 def margin_percentage @margin_percentage end |
#proforma_cost ⇒ ::String
Returns the value of attribute proforma_cost.
116 117 118 |
# File 'sig/types.rbs', line 116 def proforma_cost @proforma_cost end |