Class: Aws::TaxSettings::Types::BatchDeleteTaxRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::BatchDeleteTaxRegistrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
List of unique account identifiers.
Instance Attribute Details
#account_ids ⇒ Array<String>
List of unique account identifiers.
408 409 410 411 412 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 408 class BatchDeleteTaxRegistrationRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |