Class: Aws::Kinesis::Types::SubscribeToShardOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_streamTypes::SubscribeToShardEventStream

The event stream that your consumer can use to read records from the shard.



2438
2439
2440
2441
2442
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2438

class SubscribeToShardOutput < Struct.new(
  :event_stream)
  SENSITIVE = []
  include Aws::Structure
end