Class: Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ApplicationCodeConfigurationDescription
- 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_description ⇒ Types::CodeContentDescription
Describes details about the location and format of the application code.
-
#code_content_type ⇒ String
Specifies whether the code content is in text or zip format.
Instance Attribute Details
#code_content_description ⇒ Types::CodeContentDescription
Describes details about the location and format of the application code.
406 407 408 409 410 411 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 406 class ApplicationCodeConfigurationDescription < Struct.new( :code_content_type, :code_content_description) SENSITIVE = [] include Aws::Structure end |
#code_content_type ⇒ String
Specifies whether the code content is in text or zip format.
406 407 408 409 410 411 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 406 class ApplicationCodeConfigurationDescription < Struct.new( :code_content_type, :code_content_description) SENSITIVE = [] include Aws::Structure end |