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.
716 717 718 719 720 721 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 716 class ExemptionCertificate < Struct.new( :document_file, :document_name) SENSITIVE = [] include Aws::Structure end |
#document_name ⇒ String
The exemption certificate file name.
716 717 718 719 720 721 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 716 class ExemptionCertificate < Struct.new( :document_file, :document_name) SENSITIVE = [] include Aws::Structure end |