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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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)


1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1136

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:



1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1136

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