Class: Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsResponse
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tax_registrations]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#tax_registrations ⇒ Array<Types::SupplementalTaxRegistration>
The list of supplemental tax registrations.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results.
1203 1204 1205 1206 1207 1208 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1203 class ListSupplementalTaxRegistrationsResponse < Struct.new( :tax_registrations, :next_token) SENSITIVE = [:tax_registrations] include Aws::Structure end |
#tax_registrations ⇒ Array<Types::SupplementalTaxRegistration>
The list of supplemental tax registrations.
1203 1204 1205 1206 1207 1208 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1203 class ListSupplementalTaxRegistrationsResponse < Struct.new( :tax_registrations, :next_token) SENSITIVE = [:tax_registrations] include Aws::Structure end |