You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::InputParallelism
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::InputParallelism
- Defined in:
- (unknown)
Overview
Note:
When passing InputParallelism as input to an Aws::Client method, you can use a vanilla Hash:
{
count: 1,
}
For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.
Returned by:
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of in-application streams to create.
Instance Attribute Details
#count ⇒ Integer
The number of in-application streams to create.