Class: Aws::QLDB::Types::DescribeJournalKinesisStreamRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qldb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ledger_nameString

The name of the ledger.

Returns:

  • (String)


242
243
244
245
246
247
# File 'lib/aws-sdk-qldb/types.rb', line 242

class DescribeJournalKinesisStreamRequest < Struct.new(
  :ledger_name,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.

Returns:

  • (String)


242
243
244
245
246
247
# File 'lib/aws-sdk-qldb/types.rb', line 242

class DescribeJournalKinesisStreamRequest < Struct.new(
  :ledger_name,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end