Class: Aws::TaxSettings::Types::ListTaxRegistrationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ListTaxRegistrationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Number of ‘accountDetails` results you want in one response.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
Number of ‘accountDetails` results you want in one response.
1153 1154 1155 1156 1157 1158 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1153 class ListTaxRegistrationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
1153 1154 1155 1156 1157 1158 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1153 class ListTaxRegistrationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |