Class: Aws::TaxSettings::Types::PutTaxInheritanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#heritage_statusString

The tax inheritance status.

Returns:

  • (String)


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