Class: Aws::TaxSettings::Types::BatchGetTaxExemptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::BatchGetTaxExemptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_accounts ⇒ Array<String>
The list of accounts that failed to get tax exemptions.
-
#tax_exemption_details_map ⇒ Hash<String,Types::TaxExemptionDetails>
The tax exemption details map of accountId and tax exemption details.
Instance Attribute Details
#failed_accounts ⇒ Array<String>
The list of accounts that failed to get tax exemptions.
450 451 452 453 454 455 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 450 class BatchGetTaxExemptionsResponse < Struct.new( :failed_accounts, :tax_exemption_details_map) SENSITIVE = [] include Aws::Structure end |
#tax_exemption_details_map ⇒ Hash<String,Types::TaxExemptionDetails>
The tax exemption details map of accountId and tax exemption details.
450 451 452 453 454 455 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 450 class BatchGetTaxExemptionsResponse < Struct.new( :failed_accounts, :tax_exemption_details_map) SENSITIVE = [] include Aws::Structure end |