Class: Aws::TaxSettings::Types::DeleteTaxRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::DeleteTaxRegistrationRequest
- Defined in:
- gems/aws-sdk-taxsettings/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.
804 805 806 807 808 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 804 class DeleteTaxRegistrationRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |