Class: Aws::KinesisAnalytics::Types::InputParallelism
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::InputParallelism
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see [Configuring Application Input].
[1]: docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
Number of in-application streams to create.
Instance Attribute Details
#count ⇒ Integer
Number of in-application streams to create. For more information, see [Limits].
[1]: docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html
1238 1239 1240 1241 1242 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1238 class InputParallelism < Struct.new( :count) SENSITIVE = [] include Aws::Structure end |