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

Class: Aws::KinesisAnalyticsV2::Types::CodeContentUpdate

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

Overview

Note:

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

{
  text_content_update: "TextContent",
  zip_file_content_update: "data",
  s3_content_location_update: {
    bucket_arn_update: "BucketARN",
    file_key_update: "FileKey",
    object_version_update: "ObjectVersion",
  },
}

Describes an update to the code of a Flink-based Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_content_location_updateTypes::S3ContentLocationUpdate

Describes an update to the location of code for an application.

Returns:

#text_content_updateString

Describes an update to the text code for an application.

Returns:

  • (String)

    Describes an update to the text code for an application.

#zip_file_content_updateString

Describes an update to the zipped code for an application.

Returns:

  • (String)

    Describes an update to the zipped code for an application.