Class: Aws::Types::BillingGroupCostReportElement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def arn
  @arn
end

#aws_cost ⇒ ::String

Returns the value of attribute aws_cost.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def aws_cost
  @aws_cost
end

#currency ⇒ ::String

Returns the value of attribute currency.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def currency
  @currency
end

#margin ⇒ ::String

Returns the value of attribute margin.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def margin
  @margin
end

#margin_percentage ⇒ ::String

Returns the value of attribute margin_percentage.

Returns:

  • (::String)


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.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def proforma_cost
  @proforma_cost
end