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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2477
2478
2479
2480
2481
# File 'lib/aws-sdk-kinesis/types.rb', line 2477

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