Class: Aws::QLDB::Types::CancelJournalKinesisStreamRequest

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)


24
25
26
27
28
29
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 24

class CancelJournalKinesisStreamRequest < 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 be canceled.

Returns:

  • (String)


24
25
26
27
28
29
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 24

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