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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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)


955
956
957
958
959
960
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 955

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)


955
956
957
958
959
960
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 955

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