Class: Aws::TaxSettings::Types::BatchDeleteTaxRegistrationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

List of unique account identifiers.

Returns:

  • (Array<String>)


360
361
362
363
364
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 360

class BatchDeleteTaxRegistrationRequest < Struct.new(
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end