Class: Aws::TaxSettings::Types::GetTaxRegistrationDocumentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_file_pathString

The file path of the Amazon S3 bucket where you want to download your tax document to.

Returns:

  • (String)


634
635
636
637
638
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 634

class GetTaxRegistrationDocumentResponse < Struct.new(
  :destination_file_path)
  SENSITIVE = []
  include Aws::Structure
end