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.



2489
2490
2491
2492
2493
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2489

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