Class: Aws::TaxSettings::Types::DeleteTaxRegistrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Unique account identifier for the TRN information that needs to be deleted. If this isn’t passed, the account ID corresponding to the credentials of the API caller will be used for this parameter.

Returns:

  • (String)


657
658
659
660
661
# File 'lib/aws-sdk-taxsettings/types.rb', line 657

class DeleteTaxRegistrationRequest < Struct.new(
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end