Class: Aws::TaxSettings::Types::DeleteTaxRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::DeleteTaxRegistrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Unique account identifier for the TRN information that needs to be deleted.
Instance Attribute Details
#account_id ⇒ String
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.
787 788 789 790 791 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 787 class DeleteTaxRegistrationRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |