Class: Aws::TaxSettings::Types::TaxInheritanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TaxInheritanceDetails
- 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
-
#inheritance_obtained_reason ⇒ String
Tax inheritance reason information associated with the account.
-
#parent_entity_id ⇒ String
Tax inheritance parent account information associated with the account.
Instance Attribute Details
#inheritance_obtained_reason ⇒ String
Tax inheritance reason information associated with the account.
1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1240 class TaxInheritanceDetails < Struct.new( :inheritance_obtained_reason, :parent_entity_id) SENSITIVE = [] include Aws::Structure end |
#parent_entity_id ⇒ String
Tax inheritance parent account information associated with the account.
1240 1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1240 class TaxInheritanceDetails < Struct.new( :inheritance_obtained_reason, :parent_entity_id) SENSITIVE = [] include Aws::Structure end |