Class: Aws::QLDB::Types::StreamJournalToKinesisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::StreamJournalToKinesisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_id ⇒ String
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
Instance Attribute Details
#stream_id ⇒ String
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-qldb/types.rb', line 1392 class StreamJournalToKinesisResponse < Struct.new( :stream_id) SENSITIVE = [] include Aws::Structure end |