Class: Aws::Types::ItemizedCharge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#charge_reference::String

Returns the value of attribute charge_reference.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def charge_reference
  @charge_reference
end

#dimension_key::String

Returns the value of attribute dimension_key.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def dimension_key
  @dimension_key
end

#incremental_charge_amount::String

Returns the value of attribute incremental_charge_amount.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def incremental_charge_amount
  @incremental_charge_amount
end

#new_quantity::Integer

Returns the value of attribute new_quantity.

Returns:

  • (::Integer)


536
537
538
# File 'sig/types.rbs', line 536

def new_quantity
  @new_quantity
end

#old_quantity::Integer

Returns the value of attribute old_quantity.

Returns:

  • (::Integer)


537
538
539
# File 'sig/types.rbs', line 537

def old_quantity
  @old_quantity
end