Class: Aws::TaxSettings::Types::ListTaxRegistrationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:account_details]

Instance Attribute Summary collapse

Instance Attribute Details

#account_detailsArray<Types::AccountDetails>

The list of account details. This contains account Ids and TRN Information for each of the linked accounts.

Returns:



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_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


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