Class: Aws::TaxSettings::Types::ListTaxExemptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ListTaxExemptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#tax_exemption_details_map ⇒ Hash<String,Types::TaxExemptionDetails>
The tax exemption details map of ‘accountId` and tax exemption details.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results.
1136 1137 1138 1139 1140 1141 |
# File '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_map ⇒ Hash<String,Types::TaxExemptionDetails>
The tax exemption details map of ‘accountId` and tax exemption details.
1136 1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1136 class ListTaxExemptionsResponse < Struct.new( :next_token, :tax_exemption_details_map) SENSITIVE = [] include Aws::Structure end |