Class: Aws::KinesisAnalyticsV2::Types::S3ReferenceDataSourceUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ReferenceDataSourceUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.
Constant Summary collapse
- SENSITIVE =
[]
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.
4606 4607 4608 4609 4610 4611 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4606 class S3ReferenceDataSourceUpdate < Struct.new( :bucket_arn_update, :file_key_update) SENSITIVE = [] include Aws::Structure end |
#file_key_update ⇒ String
The object key name.
4606 4607 4608 4609 4610 4611 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4606 class S3ReferenceDataSourceUpdate < Struct.new( :bucket_arn_update, :file_key_update) SENSITIVE = [] include Aws::Structure end |