Class: Aws::TaxSettings::Types::TaxRegistrationDocFile
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TaxRegistrationDocFile
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The tax registration document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_content ⇒ String
The tax registration document content.
-
#file_name ⇒ String
The tax registration document name.
Instance Attribute Details
#file_content ⇒ String
The tax registration document content.
1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1892 class TaxRegistrationDocFile < Struct.new( :file_name, :file_content) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The tax registration document name.
1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1892 class TaxRegistrationDocFile < Struct.new( :file_name, :file_content) SENSITIVE = [] include Aws::Structure end |