Class: Aws::TimestreamWrite::Types::DataSourceS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::DataSourceS3Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The bucket name of the customer S3 bucket.
- #object_key_prefix ⇒ String
Instance Attribute Details
#bucket_name ⇒ String
The bucket name of the customer S3 bucket.
475 476 477 478 479 480 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 475 class DataSourceS3Configuration < Struct.new( :bucket_name, :object_key_prefix) SENSITIVE = [] include Aws::Structure end |
#object_key_prefix ⇒ String
475 476 477 478 479 480 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 475 class DataSourceS3Configuration < Struct.new( :bucket_name, :object_key_prefix) SENSITIVE = [] include Aws::Structure end |