Class: Aws::Scheduler::Types::KinesisParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#partition_keyString

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.

Returns:

  • (String)


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