Class: Aws::KinesisAnalyticsV2::Types::SqlApplicationConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::SqlApplicationConfigurationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_descriptions ⇒ Array<Types::InputDescription>
The array of InputDescription objects describing the input streams used by the application.
-
#output_descriptions ⇒ Array<Types::OutputDescription>
The array of OutputDescription objects describing the destination streams used by the application.
-
#reference_data_source_descriptions ⇒ Array<Types::ReferenceDataSourceDescription>
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
Instance Attribute Details
#input_descriptions ⇒ Array<Types::InputDescription>
The array of InputDescription objects describing the input streams used by the application.
4735 4736 4737 4738 4739 4740 4741 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4735 class SqlApplicationConfigurationDescription < Struct.new( :input_descriptions, :output_descriptions, :reference_data_source_descriptions) SENSITIVE = [] include Aws::Structure end |
#output_descriptions ⇒ Array<Types::OutputDescription>
The array of OutputDescription objects describing the destination streams used by the application.
4735 4736 4737 4738 4739 4740 4741 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4735 class SqlApplicationConfigurationDescription < Struct.new( :input_descriptions, :output_descriptions, :reference_data_source_descriptions) SENSITIVE = [] include Aws::Structure end |
#reference_data_source_descriptions ⇒ Array<Types::ReferenceDataSourceDescription>
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the application.
4735 4736 4737 4738 4739 4740 4741 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4735 class SqlApplicationConfigurationDescription < Struct.new( :input_descriptions, :output_descriptions, :reference_data_source_descriptions) SENSITIVE = [] include Aws::Structure end |