Class: Aws::Invoicing::Types::FeesBreakdown

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb

Overview

The details of fees.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#breakdownArray<Types::FeesBreakdownAmount>

The list of fees information.

Returns:



533
534
535
536
537
538
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 533

class FeesBreakdown < Struct.new(
  :breakdown,
  :total_amount)
  SENSITIVE = []
  include Aws::Structure
end

#total_amountString

The total amount of fees.

Returns:

  • (String)


533
534
535
536
537
538
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 533

class FeesBreakdown < Struct.new(
  :breakdown,
  :total_amount)
  SENSITIVE = []
  include Aws::Structure
end