Class: Aws::TaxSettings::Types::ListSupplementalTaxRegistrationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-taxsettings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The number of ‘taxRegistrations` results you want in one response.

Returns:

  • (Integer)


1084
1085
1086
1087
1088
1089
# File 'lib/aws-sdk-taxsettings/types.rb', line 1084

class ListSupplementalTaxRegistrationsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


1084
1085
1086
1087
1088
1089
# File 'lib/aws-sdk-taxsettings/types.rb', line 1084

class ListSupplementalTaxRegistrationsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end