Class: Aws::Kinesis::Types::SubscribeToShardOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::SubscribeToShardOutput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_stream ⇒ Types::SubscribeToShardEventStream
The event stream that your consumer can use to read records from the shard.
Instance Attribute Details
#event_stream ⇒ Types::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 |