Class: Aws::TaxSettings::Types::ListTaxRegistrationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Number of accountDetails results you want in one response.

Returns:

  • (Integer)


802
803
804
805
806
807
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 802

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


802
803
804
805
806
807
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 802

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