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.
1653 1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1653 class TaxRegistrationDocFile < Struct.new( :file_content, :file_name) SENSITIVE = [] include Aws::Structure end |
#file_name ⇒ String
The tax registration document name.
1653 1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1653 class TaxRegistrationDocFile < Struct.new( :file_content, :file_name) SENSITIVE = [] include Aws::Structure end |