Class: Aws::FinSpaceData::Types::S3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::S3Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
The location of an external Dataview in an S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the S3 bucket.
-
#key ⇒ String
The path of the folder, within the S3 bucket that contains the Dataset.
Instance Attribute Details
#bucket ⇒ String
The name of the S3 bucket.
2273 2274 2275 2276 2277 2278 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2273 class S3Location < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The path of the folder, within the S3 bucket that contains the Dataset.
2273 2274 2275 2276 2277 2278 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2273 class S3Location < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |