You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::S3ReferenceDataSourceUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ReferenceDataSourceUpdate
- Defined in:
- (unknown)
Overview
Note:
When passing S3ReferenceDataSourceUpdate as input to an Aws::Client method, you can use a vanilla Hash:
{
bucket_arn_update: "BucketARN",
file_key_update: "FileKey",
}
For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.
Returned by:
Instance Attribute Summary collapse
-
#bucket_arn_update ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
-
#file_key_update ⇒ String
The object key name.
Instance Attribute Details
#bucket_arn_update ⇒ String
The Amazon Resource Name (ARN) of the S3 bucket.
#file_key_update ⇒ String
The object key name.