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

Class: Aws::KinesisAnalyticsV2::Types::CodeContentDescription

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

Overview

Describes details about the application code for a Flink-based Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#code_md5String

The checksum that can be used to validate zip-format code.

Returns:

  • (String)

    The checksum that can be used to validate zip-format code.

#code_sizeInteger

The size in bytes of the application code. Can be used to validate zip-format code.

Returns:

  • (Integer)

    The size in bytes of the application code.

#s3_application_code_location_descriptionTypes::S3ApplicationCodeLocationDescription

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.

Returns:

#text_contentString

The text-format code

Returns:

  • (String)

    The text-format code.