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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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:



820
821
822
823
824
825
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 820

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)


820
821
822
823
824
825
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 820

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