Class: Aws::KinesisAnalyticsV2::Types::InputParallelismUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::InputParallelismUpdate
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
For a SQL-based Kinesis Data Analytics application, provides updates to the parallelism count.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count_update ⇒ Integer
The number of in-application streams to create for the specified streaming source.
Instance Attribute Details
#count_update ⇒ Integer
The number of in-application streams to create for the specified streaming source.
2775 2776 2777 2778 2779 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2775 class InputParallelismUpdate < Struct.new( :count_update) SENSITIVE = [] include Aws::Structure end |