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.



1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-taxsettings/types.rb', line 1437

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

#keyString

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



1437
1438
1439
1440
1441
1442
# File 'lib/aws-sdk-taxsettings/types.rb', line 1437

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