Class: Aws::Billing::Types::ContractAccount

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

Overview

An account that is covered by the Enterprise Support contract.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

The account ID.

Returns:

  • (String)


515
516
517
518
519
520
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 515

class ContractAccount < Struct.new(
  :account_id,
  :is_gdn)
  SENSITIVE = []
  include Aws::Structure
end

#is_gdn ⇒ Boolean

When true, Support charges are calculated on charges before private discounts. When false, they are calculated after private discounts.

Returns:

  • (Boolean)


515
516
517
518
519
520
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 515

class ContractAccount < Struct.new(
  :account_id,
  :is_gdn)
  SENSITIVE = []
  include Aws::Structure
end