Class: Aws::TaxSettings::Types::TaxRegistrationDocFile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-taxsettings/types.rb

Overview

The tax registration document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_contentString

The tax registration document content.

Returns:

  • (String)


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_nameString

The tax registration document name.

Returns:

  • (String)


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