Class: Aws::Types::AdditionalCharge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def amount
  @amount
end

#charge_type::String

Returns the value of attribute charge_type.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def charge_type
  @charge_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def description
  @description
end