Class: Aws::TaxSettings::Types::GetTaxRegistrationDocumentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::GetTaxRegistrationDocumentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_s3_location ⇒ Types::DestinationS3Location
The Amazon S3 bucket that you specify to download your tax documents to.
-
#tax_document_metadata ⇒ Types::TaxDocumentMetadata
The metadata for your tax document.
Instance Attribute Details
#destination_s3_location ⇒ Types::DestinationS3Location
The Amazon S3 bucket that you specify to download your tax documents to.
784 785 786 787 788 789 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 784 class GetTaxRegistrationDocumentRequest < Struct.new( :destination_s3_location, :tax_document_metadata) SENSITIVE = [] include Aws::Structure end |
#tax_document_metadata ⇒ Types::TaxDocumentMetadata
The metadata for your tax document.
784 785 786 787 788 789 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 784 class GetTaxRegistrationDocumentRequest < Struct.new( :destination_s3_location, :tax_document_metadata) SENSITIVE = [] include Aws::Structure end |