Class: Aws::TaxSettings::Types::GetTaxRegistrationDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::GetTaxRegistrationDocumentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_file_path ⇒ String
The file path of the Amazon S3 bucket where you want to download your tax document to.
-
#presigned_s3_url ⇒ String
The Amazon S3 presigned URL of the tax registration document.
Instance Attribute Details
#destination_file_path ⇒ String
The file path of the Amazon S3 bucket where you want to download your tax document to.
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_url ⇒ String
The Amazon S3 presigned URL of the tax registration document.
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 |