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
- Struct
- Aws::KinesisAnalyticsV2::Types::CodeContentDescription
- Defined in:
- (unknown)
Overview
Describes details about the application code for a Flink-based Kinesis Data Analytics application.
Returned by:
Instance Attribute Summary collapse
-
#code_md5 ⇒ String
The checksum that can be used to validate zip-format code.
-
#code_size ⇒ Integer
The size in bytes of the application code.
-
#s3_application_code_location_description ⇒ Types::S3ApplicationCodeLocationDescription
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
-
#text_content ⇒ String
The text-format code.
Instance Attribute Details
#code_md5 ⇒ String
The checksum that can be used to validate zip-format code.
#code_size ⇒ Integer
The size in bytes of the application code. Can be used to validate zip-format code.
#s3_application_code_location_description ⇒ Types::S3ApplicationCodeLocationDescription
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
#text_content ⇒ String
The text-format code