Class: Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfigurationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes code configuration updates for an application. This is supported for a Managed Service for Apache Flink application or a SQL-based Kinesis Data Analytics application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_content_type_update ⇒ String
Describes updates to the code content type.
-
#code_content_update ⇒ Types::CodeContentUpdate
Describes updates to the code content of an application.
Instance Attribute Details
#code_content_type_update ⇒ String
Describes updates to the code content type.
427 428 429 430 431 432 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 427 class ApplicationCodeConfigurationUpdate < Struct.new( :code_content_type_update, :code_content_update) SENSITIVE = [] include Aws::Structure end |
#code_content_update ⇒ Types::CodeContentUpdate
Describes updates to the code content of an application.
427 428 429 430 431 432 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 427 class ApplicationCodeConfigurationUpdate < Struct.new( :code_content_type_update, :code_content_update) SENSITIVE = [] include Aws::Structure end |