Class: Aws::QLDB::Types::CancelJournalKinesisStreamResponse

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 (Base62-encoded text) of the canceled QLDB journal stream.

Returns:

  • (String)


37
38
39
40
41
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 37

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