Class: Aws::TaxSettings::Types::PutTaxExemptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::PutTaxExemptionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
The customer support case ID.
Instance Attribute Details
#case_id ⇒ String
The customer support case ID.
1208 1209 1210 1211 1212 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1208 class PutTaxExemptionResponse < Struct.new( :case_id) SENSITIVE = [] include Aws::Structure end |