Class: Aws::TaxSettings::Types::DeleteSupplementalTaxRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::DeleteSupplementalTaxRegistrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authority_id ⇒ String
The unique authority Id for the supplemental TRN information that needs to be deleted.
Instance Attribute Details
#authority_id ⇒ String
The unique authority Id for the supplemental TRN information that needs to be deleted.
639 640 641 642 643 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 639 class DeleteSupplementalTaxRegistrationRequest < Struct.new( :authority_id) SENSITIVE = [] include Aws::Structure end |