Class: Aws::TaxSettings::Types::SourceS3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::SourceS3Location
- 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
-
#bucket ⇒ String
The name of your Amazon S3 bucket that your tax document is located.
-
#key ⇒ String
The object key of your tax document object in Amazon S3.
Instance Attribute Details
#bucket ⇒ String
The name of your Amazon S3 bucket that your tax document is located.
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 |
#key ⇒ String
The object key of your tax document object in Amazon S3.
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 |