You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::S3ApplicationCodeLocationDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the location of a Flink-based Kinesis Data Analytics application's code stored in an S3 bucket.

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.