Class: Aws::Billing::Types::AdditionalCharge

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billing/types.rb

Overview

An additional charge applied to an Enterprise Support contract.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amountString

The charge amount.

Returns:

  • (String)


61
62
63
64
65
66
67
# File 'lib/aws-sdk-billing/types.rb', line 61

class AdditionalCharge < Struct.new(
  :description,
  :amount,
  :charge_type)
  SENSITIVE = []
  include Aws::Structure
end

#charge_typeString

The type of additional charge.

Returns:

  • (String)


61
62
63
64
65
66
67
# File 'lib/aws-sdk-billing/types.rb', line 61

class AdditionalCharge < Struct.new(
  :description,
  :amount,
  :charge_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the additional charge.

Returns:

  • (String)


61
62
63
64
65
66
67
# File 'lib/aws-sdk-billing/types.rb', line 61

class AdditionalCharge < Struct.new(
  :description,
  :amount,
  :charge_type)
  SENSITIVE = []
  include Aws::Structure
end