Class: Aws::TaxSettings::Types::BatchGetTaxExemptionsResponse

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

#failed_accountsArray<String>

The list of accounts that failed to get tax exemptions.

Returns:

  • (Array<String>)


540
541
542
543
544
545
# File 'lib/aws-sdk-taxsettings/types.rb', line 540

class BatchGetTaxExemptionsResponse < Struct.new(
  :tax_exemption_details_map,
  :failed_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#tax_exemption_details_mapHash<String,Types::TaxExemptionDetails>

The tax exemption details map of accountId and tax exemption details.

Returns:



540
541
542
543
544
545
# File 'lib/aws-sdk-taxsettings/types.rb', line 540

class BatchGetTaxExemptionsResponse < Struct.new(
  :tax_exemption_details_map,
  :failed_accounts)
  SENSITIVE = []
  include Aws::Structure
end