Class: Aws::TaxSettings::Types::TaxInheritanceDetails

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

Overview

Tax inheritance information associated with the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inheritance_obtained_reasonString

Tax inheritance reason information associated with the account.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-taxsettings/types.rb', line 1813

class TaxInheritanceDetails < Struct.new(
  :parent_entity_id,
  :inheritance_obtained_reason)
  SENSITIVE = []
  include Aws::Structure
end

#parent_entity_idString

Tax inheritance parent account information associated with the account.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-taxsettings/types.rb', line 1813

class TaxInheritanceDetails < Struct.new(
  :parent_entity_id,
  :inheritance_obtained_reason)
  SENSITIVE = []
  include Aws::Structure
end