Class: Aws::TaxSettings::Types::ListTaxRegistrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ListTaxRegistrationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:account_details]
Instance Attribute Summary collapse
-
#account_details ⇒ Array<Types::AccountDetails>
The list of account details.
-
#next_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#account_details ⇒ Array<Types::AccountDetails>
The list of account details. This contains account Ids and TRN Information for each of the linked accounts.
1058 1059 1060 1061 1062 1063 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1058 class ListTaxRegistrationsResponse < Struct.new( :account_details, :next_token) SENSITIVE = [:account_details] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next set of results.
1058 1059 1060 1061 1062 1063 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1058 class ListTaxRegistrationsResponse < Struct.new( :account_details, :next_token) SENSITIVE = [:account_details] include Aws::Structure end |