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

Class: Aws::KinesisAnalyticsV2::Types::S3ContentLocationUpdate

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

Overview

Note:

When passing S3ContentLocationUpdate as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket_arn_update: "BucketARN",
  file_key_update: "FileKey",
  object_version_update: "ObjectVersion",
}

Describes an update for the Amazon S3 code content location for a Flink-based Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn_updateString

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

Returns:

  • (String)

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

#file_key_updateString

The new file key for the object containing the application code.

Returns:

  • (String)

    The new file key for the object containing the application code.

#object_version_updateString

The new version of the object containing the application code.

Returns:

  • (String)

    The new version of the object containing the application code.