Class: Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes code configuration for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_content ⇒ Types::CodeContent
The location and type of the application code.
-
#code_content_type ⇒ String
Specifies whether the code content is in text or zip format.
Instance Attribute Details
#code_content ⇒ Types::CodeContent
The location and type of the application code.
386 387 388 389 390 391 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 386 class ApplicationCodeConfiguration < Struct.new( :code_content, :code_content_type) SENSITIVE = [] include Aws::Structure end |
#code_content_type ⇒ String
Specifies whether the code content is in text or zip format.
386 387 388 389 390 391 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 386 class ApplicationCodeConfiguration < Struct.new( :code_content, :code_content_type) SENSITIVE = [] include Aws::Structure end |