Class: Aws::KinesisAnalyticsV2::Types::CodeContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CodeContent
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Specifies either the application code, or the location of the application code, for a Managed Service for Apache Flink application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_content_location ⇒ Types::S3ContentLocation
Information about the Amazon S3 bucket that contains the application code.
-
#text_content ⇒ String
The text-format code for a Managed Service for Apache Flink application.
-
#zip_file_content ⇒ String
The zip-format code for a Managed Service for Apache Flink application.
Instance Attribute Details
#s3_content_location ⇒ Types::S3ContentLocation
Information about the Amazon S3 bucket that contains the application code.
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1424 class CodeContent < Struct.new( :text_content, :zip_file_content, :s3_content_location) SENSITIVE = [] include Aws::Structure end |
#text_content ⇒ String
The text-format code for a Managed Service for Apache Flink application.
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1424 class CodeContent < Struct.new( :text_content, :zip_file_content, :s3_content_location) SENSITIVE = [] include Aws::Structure end |
#zip_file_content ⇒ String
The zip-format code for a Managed Service for Apache Flink application.
1424 1425 1426 1427 1428 1429 1430 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1424 class CodeContent < Struct.new( :text_content, :zip_file_content, :s3_content_location) SENSITIVE = [] include Aws::Structure end |