Class: Aws::TaxSettings::Types::ListTaxExemptionsResponse

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


1023
1024
1025
1026
1027
1028
# File 'lib/aws-sdk-taxsettings/types.rb', line 1023

class ListTaxExemptionsResponse < Struct.new(
  :next_token,
  :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:



1023
1024
1025
1026
1027
1028
# File 'lib/aws-sdk-taxsettings/types.rb', line 1023

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