Class: Aws::TaxSettings::Types::ExemptionCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ExemptionCertificate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The exemption certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_file ⇒ String
The exemption certificate file content.
-
#document_name ⇒ String
The exemption certificate file name.
Instance Attribute Details
#document_file ⇒ String
The exemption certificate file content.
867 868 869 870 871 872 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 867 class ExemptionCertificate < Struct.new( :document_name, :document_file) SENSITIVE = [] include Aws::Structure end |
#document_name ⇒ String
The exemption certificate file name.
867 868 869 870 871 872 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 867 class ExemptionCertificate < Struct.new( :document_name, :document_file) SENSITIVE = [] include Aws::Structure end |