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.
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 |