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>)


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_mapHash<String,Types::TaxExemptionDetails>

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

Returns:



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