Class: Aws::Types::BillingGroupCostReportResultElement

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)


114
115
116
# File 'sig/types.rbs', line 114

def arn
  @arn
end

#attributes ⇒ ::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def attributes
  @attributes
end

#aws_cost ⇒ ::String

Returns the value of attribute aws_cost.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def aws_cost
  @aws_cost
end

#currency ⇒ ::String

Returns the value of attribute currency.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def currency
  @currency
end

#margin ⇒ ::String

Returns the value of attribute margin.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def margin
  @margin
end

#margin_percentage ⇒ ::String

Returns the value of attribute margin_percentage.

Returns:

  • (::String)


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.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def proforma_cost
  @proforma_cost
end