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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

Describes details about the code of a Managed Service for Apache Flink application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_md5String

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

Returns:

  • (String)


1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1276

class CodeContentDescription < Struct.new(
  :text_content,
  :code_md5,
  :code_size,
  :s3_application_code_location_description)
  SENSITIVE = []
  include Aws::Structure
end

#code_sizeInteger

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

Returns:

  • (Integer)


1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1276

class CodeContentDescription < Struct.new(
  :text_content,
  :code_md5,
  :code_size,
  :s3_application_code_location_description)
  SENSITIVE = []
  include Aws::Structure
end

#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.



1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1276

class CodeContentDescription < Struct.new(
  :text_content,
  :code_md5,
  :code_size,
  :s3_application_code_location_description)
  SENSITIVE = []
  include Aws::Structure
end

#text_contentString

The text-format code

Returns:

  • (String)


1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1276

class CodeContentDescription < Struct.new(
  :text_content,
  :code_md5,
  :code_size,
  :s3_application_code_location_description)
  SENSITIVE = []
  include Aws::Structure
end