Class: Aws::KinesisAnalytics::Types::StartApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::StartApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
Name of the application.
-
#input_configurations ⇒ Array<Types::InputConfiguration>
Identifies the specific input, by ID, that the application starts consuming.
Instance Attribute Details
#application_name ⇒ String
Name of the application.
2495 2496 2497 2498 2499 2500 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2495 class StartApplicationRequest < Struct.new( :application_name, :input_configurations) SENSITIVE = [] include Aws::Structure end |
#input_configurations ⇒ Array<Types::InputConfiguration>
Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.
2495 2496 2497 2498 2499 2500 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2495 class StartApplicationRequest < Struct.new( :application_name, :input_configurations) SENSITIVE = [] include Aws::Structure end |