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.



2443
2444
2445
2446
2447
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2443

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