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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


802
803
804
805
806
807
# File 'lib/aws-sdk-taxsettings/types.rb', line 802

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

#presigned_s3_urlString

The Amazon S3 presigned URL of the tax registration document.

Returns:

  • (String)


802
803
804
805
806
807
# File 'lib/aws-sdk-taxsettings/types.rb', line 802

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