Class: Aws::QLDB::Types::CancelJournalKinesisStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::CancelJournalKinesisStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream_id ⇒ String
The UUID (Base62-encoded text) of the canceled QLDB journal stream.
Instance Attribute Details
#stream_id ⇒ String
The UUID (Base62-encoded text) of the canceled QLDB journal stream.
37 38 39 40 41 |
# File 'lib/aws-sdk-qldb/types.rb', line 37 class CancelJournalKinesisStreamResponse < Struct.new( :stream_id) SENSITIVE = [] include Aws::Structure end |