Class: Aws::Scheduler::Types::KinesisParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::KinesisParameters
- Defined in:
- gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb
Overview
The templated target type for the Amazon Kinesis PutRecord
API operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partition_key ⇒ String
Specifies the shard to which EventBridge Scheduler sends the event.
Instance Attribute Details
#partition_key ⇒ String
Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide.
716 717 718 719 720 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 716 class KinesisParameters < Struct.new( :partition_key) SENSITIVE = [] include Aws::Structure end |