Class: Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsResponse
- Includes:
- Structure
- Defined in:
- 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.
988 989 990 991 992 993 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 988 class ListSupplementalTaxRegistrationsResponse < Struct.new( :next_token, :tax_registrations) SENSITIVE = [:tax_registrations] include Aws::Structure end |
#tax_registrations ⇒ Array<Types::SupplementalTaxRegistration>
The list of supplemental tax registrations.
988 989 990 991 992 993 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 988 class ListSupplementalTaxRegistrationsResponse < Struct.new( :next_token, :tax_registrations) SENSITIVE = [:tax_registrations] include Aws::Structure end |