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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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)


1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1043

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

#parent_entity_idString

Tax inheritance parent account information associated with the account.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1043

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