Class: Aws::TaxSettings::Types::PutTaxExemptionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

The customer support case ID.



1322
1323
1324
1325
1326
# File 'lib/aws-sdk-taxsettings/types.rb', line 1322

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