Class: Aws::TaxSettings::Types::SourceS3Location

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

Overview

The Amazon S3 bucket in your account where your tax document is located.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of your Amazon S3 bucket that your tax document is located.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
# File 'lib/aws-sdk-taxsettings/types.rb', line 1323

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

#keyString

The object key of your tax document object in Amazon S3.

Returns:

  • (String)


1323
1324
1325
1326
1327
1328
# File 'lib/aws-sdk-taxsettings/types.rb', line 1323

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