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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldb/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 'gems/aws-sdk-qldb/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 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 242

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