You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::S3ContentLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::S3ContentLocation
- Defined in:
- (unknown)
Overview
When passing S3ContentLocation as input to an Aws::Client method, you can use a vanilla Hash:
{
bucket_arn: "BucketARN", # required
file_key: "FileKey", # required
object_version: "ObjectVersion",
}
For a Flink-based Kinesis Data Analytics application, provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
Returned by:
Instance Attribute Summary collapse
-
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
-
#file_key ⇒ String
The file key for the object containing the application code.
-
#object_version ⇒ String
The version of the object containing the application code.
Instance Attribute Details
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
#file_key ⇒ String
The file key for the object containing the application code.
#object_version ⇒ String
The version of the object containing the application code.