Class: Aws::TaxSettings::Types::GetTaxInheritanceResponse

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)


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