Class: Aws::TaxSettings::Types::GetTaxExemptionTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::GetTaxExemptionTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tax_exemption_types ⇒ Array<Types::TaxExemptionType>
The supported types of tax exemptions.
Instance Attribute Details
#tax_exemption_types ⇒ Array<Types::TaxExemptionType>
The supported types of tax exemptions.
749 750 751 752 753 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 749 class GetTaxExemptionTypesResponse < Struct.new( :tax_exemption_types) SENSITIVE = [] include Aws::Structure end |