Class: Aws::TaxSettings::Types::GetTaxInheritanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::GetTaxInheritanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#heritage_status ⇒ String
The tax inheritance status.
Instance Attribute Details
#heritage_status ⇒ String
The tax inheritance status.
767 768 769 770 771 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 767 class GetTaxInheritanceResponse < Struct.new( :heritage_status) SENSITIVE = [] include Aws::Structure end |