Class: Aws::QLDB::Types::CancelJournalKinesisStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDB::Types::CancelJournalKinesisStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ledger_name ⇒ String
The name of the ledger.
-
#stream_id ⇒ String
The UUID (represented in Base62-encoded text) of the QLDB journal stream to be canceled.
Instance Attribute Details
#ledger_name ⇒ String
The name of the ledger.
24 25 26 27 28 29 |
# File 'lib/aws-sdk-qldb/types.rb', line 24 class CancelJournalKinesisStreamRequest < Struct.new( :ledger_name, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
The UUID (represented in Base62-encoded text) of the QLDB journal stream to be canceled.
24 25 26 27 28 29 |
# File 'lib/aws-sdk-qldb/types.rb', line 24 class CancelJournalKinesisStreamRequest < Struct.new( :ledger_name, :stream_id) SENSITIVE = [] include Aws::Structure end |