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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



539
540
541
542
543
544
# File 'lib/aws-sdk-invoicing/types.rb', line 539

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

#total_amountString

The total amount of fees.

Returns:

  • (String)


539
540
541
542
543
544
# File 'lib/aws-sdk-invoicing/types.rb', line 539

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