Class: Aws::TaxSettings::Types::DestinationS3Location

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

Overview

The location of the Amazon S3 bucket that you specify to download your tax documents to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of your Amazon S3 bucket that you specify to download your tax documents to.

Returns:

  • (String)


712
713
714
715
716
717
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 712

class DestinationS3Location < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The Amazon S3 object prefix that you specify for your tax document file.

Returns:

  • (String)


712
713
714
715
716
717
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 712

class DestinationS3Location < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end