Class: Aws::Billing::Types::AdditionalCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::AdditionalCharge
- 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
-
#amount ⇒ String
The charge amount.
-
#charge_type ⇒ String
The type of additional charge.
-
#description ⇒ String
A description of the additional charge.
Instance Attribute Details
#amount ⇒ String
The charge amount.
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_type ⇒ String
The type of additional charge.
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 |
#description ⇒ String
A description of the additional charge.
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 |