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.
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_map ⇒ Hash<String,Types::TaxExemptionDetails>
The tax exemption details map of ‘accountId` and tax exemption details.
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 |