Class: Aws::QLDB::Types::StreamJournalToKinesisResponse

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

#stream_idString

The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.

Returns:

  • (String)


1392
1393
1394
1395
1396
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1392

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