Class: Aws::TaxSettings::Types::PutTaxInheritanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::PutTaxInheritanceRequest
- 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.
1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1220 class PutTaxInheritanceRequest < Struct.new( :heritage_status) SENSITIVE = [] include Aws::Structure end |