Class: Aws::TaxSettings::Types::BatchPutTaxRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::BatchPutTaxRegistrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tax_registration_entry]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
List of unique account identifiers.
-
#tax_registration_entry ⇒ Types::TaxRegistrationEntry
Your TRN information that will be stored to the accounts mentioned in ‘putEntries`.
Instance Attribute Details
#account_ids ⇒ Array<String>
List of unique account identifiers.
497 498 499 500 501 502 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 497 class BatchPutTaxRegistrationRequest < Struct.new( :account_ids, :tax_registration_entry) SENSITIVE = [:tax_registration_entry] include Aws::Structure end |
#tax_registration_entry ⇒ Types::TaxRegistrationEntry
Your TRN information that will be stored to the accounts mentioned in ‘putEntries`.
497 498 499 500 501 502 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 497 class BatchPutTaxRegistrationRequest < Struct.new( :account_ids, :tax_registration_entry) SENSITIVE = [:tax_registration_entry] include Aws::Structure end |