Class: Aws::KinesisAnalytics::Types::InputParallelismUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::InputParallelismUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Provides updates to the parallelism count.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count_update ⇒ Integer
Number of in-application streams to create for the specified streaming source.
Instance Attribute Details
#count_update ⇒ Integer
Number of in-application streams to create for the specified streaming source.
1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1253 class InputParallelismUpdate < Struct.new( :count_update) SENSITIVE = [] include Aws::Structure end |