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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#bucket_arnString

The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

#file_keyString

The file key for the object containing the application code.

Returns:

  • (String)

    The file key for the object containing the application code.

#object_versionString

The version of the object containing the application code.

Returns:

  • (String)

    The version of the object containing the application code.