You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::Types::InputParallelism

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputParallelism as input to an Aws::Client method, you can use a vanilla Hash:

{
  count: 1,
}

Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see Configuring Application Input.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Number of in-application streams to create. For more information, see Limits.

Returns:

  • (Integer)

    Number of in-application streams to create.