Class: Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of ‘taxRegistrations` results you want in one response.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The number of ‘taxRegistrations` results you want in one response.
971 972 973 974 975 976 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 971 class ListSupplementalTaxRegistrationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
971 972 973 974 975 976 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 971 class ListSupplementalTaxRegistrationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |